X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2F.htaccess;h=e970218b75ab8eea6a8ac47d6d184d1ab49578d9;hb=6aa01fedfab0164e6b2c02289b715c2c522e94b2;hp=6310a7b4af43dc73798e879d32709f8c1624778c;hpb=27472b8575b2ba4ec4d7922891d17f48b3ff435f;p=platal.git diff --git a/htdocs/.htaccess b/htdocs/.htaccess index 6310a7b..e970218 100644 --- a/htdocs/.htaccess +++ b/htdocs/.htaccess @@ -1,9 +1,9 @@ Options +FollowSymLinks RewriteEngine on -RewriteBase /~x2000habouzit +RewriteBase /~x2002bobillot # Rewrite URLs of the form 'index.php?q=x': RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule ^(.*)$ index.php?n=$1 [L,QSA] +RewriteRule ^(.*)$ ?n=$1 [L,QSA]