Initial commit
This commit is contained in:
5
webroot/.htaccess
Executable file
5
webroot/.htaccess
Executable file
@@ -0,0 +1,5 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteRule ^ index.php [L]
|
||||
</IfModule>
|
||||
Reference in New Issue
Block a user