Add htaccess
This commit is contained in:
11
.htaccess
Normal file
11
.htaccess
Normal file
@@ -0,0 +1,11 @@
|
||||
Options -MultiViews
|
||||
Options -Indexes
|
||||
|
||||
RewriteEngine On
|
||||
# Uncomment the below if the code is not on the root level
|
||||
# RewriteBase /
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-l
|
||||
|
||||
RewriteRule ^(.*)$ index.php [QSA,L]
|
||||
Reference in New Issue
Block a user