First commit
This commit is contained in:
commit
fa632b1f2d
14 changed files with 2946 additions and 0 deletions
13
.htaccess
Normal file
13
.htaccess
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
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