diff options
Diffstat (limited to 'min/.htaccess')
-rw-r--r-- | min/.htaccess | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/min/.htaccess b/min/.htaccess new file mode 100644 index 0000000..42f13eb --- /dev/null +++ b/min/.htaccess @@ -0,0 +1,4 @@ +<IfModule mod_rewrite.c> +RewriteEngine on +RewriteRule ^([a-z]=.*) index.php?$1 [L,NE] +</IfModule>
\ No newline at end of file |