diff options
Diffstat (limited to 'public/.htaccess')
| -rw-r--r-- | public/.htaccess | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/.htaccess b/public/.htaccess new file mode 100644 index 000000000..7a9766d5e --- /dev/null +++ b/public/.htaccess @@ -0,0 +1,6 @@ +RewriteEngine On +RewriteCond %{REQUEST_FILENAME} -s [OR] +RewriteCond %{REQUEST_FILENAME} -l [OR] +RewriteCond %{REQUEST_FILENAME} -d +RewriteRule ^.*$ - [NC,L] +RewriteRule ^.*$ index.php [NC,L] |
