X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2F.htaccess;h=73d78b6f685e08310c5464d4c7420974042f9723;hb=bd4be95d998237aa41abcf544aaabf82b73fdce0;hp=4c8f34b9a72e49cacf420197c5b047497e9d89a0;hpb=4a5fb34b970c9ba7c469f15935b8ae788dc026b0;p=platal.git diff --git a/htdocs/.htaccess b/htdocs/.htaccess index 4c8f34b..73d78b6 100644 --- a/htdocs/.htaccess +++ b/htdocs/.htaccess @@ -1,5 +1,3 @@ -DirectoryIndex test.php index.php - Options +FollowSymLinks RewriteEngine on @@ -12,4 +10,4 @@ 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 ^(.*)$ test.php?p=$1 [L,QSA] +RewriteRule ^(.*)$ index.php?p=$1 [L,QSA]