public folder, update wrapper
This commit is contained in:
parent
58170665ed
commit
db3799c344
24 changed files with 101 additions and 88 deletions
13
.htaccess
13
.htaccess
|
|
@ -1,13 +0,0 @@
|
|||
RewriteEngine on
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule . index.php [L]
|
||||
|
||||
# Disable index view
|
||||
Options -Indexes
|
||||
|
||||
# Hide a specific file
|
||||
<Files .env>
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</Files>
|
||||
Loading…
Add table
Add a link
Reference in a new issue