X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2F.htaccess;h=3753de7ce2c7d03550e2645187c6ff9b4053f78a;hb=8b1f8e12d444062ef63a0db3a8fa94582a9778c3;hp=54469c6fc2ae9cb01b3b79274f8ce7625354df3a;hpb=2c0315bc77abc3c53b5891d2a8c5d4943fd27143;p=platal.git diff --git a/htdocs/.htaccess b/htdocs/.htaccess index 54469c6..3753de7 100644 --- a/htdocs/.htaccess +++ b/htdocs/.htaccess @@ -1,13 +1,9 @@ Options +FollowSymLinks RewriteEngine on -RewriteBase /~x2001corpet - -# wiki - -RewriteRule ^([A-Z].*) wiki.php?n=$1 [L,QSA] +RewriteBase /~x2000habouzit # Rewrite URLs of the form 'index.php?q=x': RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule ^(.*)$ index.php?p=$1 [L,QSA] +RewriteRule ^(.*)$ ?n=$1 [L,QSA]