Commit ab8c58bef93ac7e1ec47ee9637573eb08c669a63

Authored by Alexandre
1 parent 39298321

Ajout fichier à la racine .htaccess ==> mod_rewrite fonctionne

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
.htaccess 0 → 100644
... ... @@ -0,0 +1,6 @@
  1 +<IfModule mod_rewrite.c>
  2 + RewriteEngine on
  3 + RewriteRule ^$ webroot/ [L]
  4 + RewriteRule (.*) webroot/$1 [L]
  5 +</IfModule>
  6 +
... ...