public folder, update wrapper
This commit is contained in:
parent
58170665ed
commit
db3799c344
24 changed files with 101 additions and 88 deletions
7
public/.htaccess
Normal file
7
public/.htaccess
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^ index.php [QSA,L]
|
||||
|
||||
# Disable index view
|
||||
Options -Indexes
|
||||
Loading…
Add table
Add a link
Reference in a new issue