Mise à jour de '.htaccess'
This commit is contained in:
parent
9332d40c9d
commit
d8f4ec7a69
10
.htaccess
10
.htaccess
@ -33,13 +33,3 @@ Options -Indexes
|
||||
</IfModule>
|
||||
|
||||
# ne pas supprimer la ligne URL rewriting !
|
||||
|
||||
# URL rewriting
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteBase /ZwiiCMS/
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^(.*)$ index.php?$1 [L]
|
||||
</IfModule>
|
||||
# URL rewriting
|
||||
|
Loading…
Reference in New Issue
Block a user