in the new module
[platal.git] / htdocs / .htaccess
CommitLineData
4a5fb34b 1DirectoryIndex test.php index.php
2
3Options +FollowSymLinks
4RewriteEngine on
5
6RewriteBase /~x2000habouzit
7
8# wiki
9
10RewriteRule ^([A-Z].*) wiki.php?n=$1 [L,QSA]
11
12# Rewrite URLs of the form 'index.php?q=x':
13RewriteCond %{REQUEST_FILENAME} !-f
14RewriteCond %{REQUEST_FILENAME} !-d
15RewriteRule ^(.*)$ test.php?p=$1 [L,QSA]