Update .htaccess
This commit is contained in:
parent
ee6786f172
commit
01bb746d85
@ -6,10 +6,3 @@ Options -Indexes
|
|||||||
|
|
||||||
# Attention, surtout ne rien modifier ci-dessous !
|
# Attention, surtout ne rien modifier ci-dessous !
|
||||||
# URL rewriting
|
# URL rewriting
|
||||||
<ifModule mod_rewrite.c>
|
|
||||||
RewriteEngine on
|
|
||||||
RewriteBase /ZwiiCMS-dev/
|
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
|
||||||
RewriteRule ^(.*)$ index.php?$1 [L]
|
|
||||||
</ifModule>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user