correction : doublon dans htaccess
This commit is contained in:
parent
7e7319c0d6
commit
ee6786f172
@ -13,10 +13,3 @@ Options -Indexes
|
|||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
RewriteRule ^(.*)$ index.php?$1 [L]
|
RewriteRule ^(.*)$ index.php?$1 [L]
|
||||||
</ifModule>
|
</ifModule>
|
||||||
<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