Mise à jour de '.htaccess'

This commit is contained in:
Fred Tempez 2023-02-04 16:02:41 +01:00
parent 9332d40c9d
commit d8f4ec7a69
1 changed files with 0 additions and 10 deletions

View File

@ -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