X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2F.htaccess;h=3753de7ce2c7d03550e2645187c6ff9b4053f78a;hb=bc0903c71a064931efd8677b246e7f31c194fb82;hp=73d78b6f685e08310c5464d4c7420974042f9723;hpb=dbf1594880309d8aafc3c62339e177dd18c2ac80;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]