Ajout : ./garradin
[garradin.git] / www / .htaccess
1 <IfModule mod_rewrite.c>
2 RewriteEngine on
3 RewriteRule admin/plugin/(.*?)/(.*) /admin/plugin.php?_p=$1&_u=$2 [QSA,L]
4 RewriteCond %{REQUEST_FILENAME} !-f
5 RewriteCond %{REQUEST_FILENAME} !-d
6 RewriteRule .* /index.php [QSA,L]
7 </IfModule>
8
9 <IfModule !mod_rewrite.c>
10 ErrorDocument 404 /index.php
11 </IfModule>