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