kev_nz
03-18-2003, 04:37 AM
I've got the following in my .htaccess file
RewriteEngine On
RewriteRule ^/blog/([0-9]+)/([0-9]+)/([0-9]+) blog/entry.php?date=$1-$2-$3
However when I upload the file I get a 403 for any page on the site. Any idea what I'm doing wrong?
cheers
Kev
RewriteEngine On
RewriteRule ^/blog/([0-9]+)/([0-9]+)/([0-9]+) blog/entry.php?date=$1-$2-$3
However when I upload the file I get a 403 for any page on the site. Any idea what I'm doing wrong?
cheers
Kev