[go: up one dir, main page]

Menu

[r10]: / monket-cal / .htaccess  Maximize  Restore  History

Download this file

14 lines (9 with data), 371 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
RewriteEngine On
# This stops apache getting confused and mucking up the
# query string
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule ^/home/hosting/web/karl/www.monket.net/cal$ cal/ [R,L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([0-9-]+)$ index.php?getdate=$1 [QSA]