diff options
Diffstat (limited to 'public/.htaccess')
-rw-r--r-- | public/.htaccess | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/.htaccess b/public/.htaccess new file mode 100644 index 00000000..2b1d3a7a --- /dev/null +++ b/public/.htaccess @@ -0,0 +1,8 @@ + +<IfModule mod_rewrite.c> + RewriteEngine on + + RewriteCond %{REQUEST_FILENAME} !-d + RewriteCond %{REQUEST_FILENAME} !-f + RewriteRule ^ index.php [L] +</IfModule> |