remove clear cache.
[platal.git] / htdocs / .htaccess
index 4c8f34b..73d78b6 100644 (file)
@@ -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]