X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=htdocs%2F.htaccess;h=3753de7ce2c7d03550e2645187c6ff9b4053f78a;hb=8b1f8e12d444062ef63a0db3a8fa94582a9778c3;hp=73d78b6f685e08310c5464d4c7420974042f9723;hpb=0889eb332c7b3159065db1a14494d9c18976849b;p=platal.git diff --git a/htdocs/.htaccess b/htdocs/.htaccess index 73d78b6..3753de7 100644 --- a/htdocs/.htaccess +++ b/htdocs/.htaccess @@ -3,11 +3,7 @@ RewriteEngine on RewriteBase /~x2000habouzit -# wiki - -RewriteRule ^([A-Z].*) wiki.php?n=$1 [L,QSA] - # 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]