Heroku using nginx, reverted public and some fixes
This commit is contained in:
parent
8ece2c2b25
commit
1b29950d89
15 changed files with 38 additions and 33 deletions
12
.htaccess
Normal file
12
.htaccess
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^ index.php [QSA,L]
|
||||
|
||||
# Disable index view
|
||||
Options -Indexes
|
||||
|
||||
<Files .env>
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</Files>
|
||||
Loading…
Add table
Add a link
Reference in a new issue