RE: [EMAIL PROTECTED] Problems using RewriteRules in .htaccess

2006-10-20 Thread Boyle Owen
> -Original Message- > From: nocturnal [mailto:[EMAIL PROTECTED] > Sent: Friday, October 20, 2006 10:55 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Problems using RewriteRules in .htaccess > > Hi > > I've used mod_rewrite in my vhost b

Re: [EMAIL PROTECTED] Problems using RewriteRules in .htaccess

2006-10-20 Thread Vincent Bray
On 10/20/06, nocturnal <[EMAIL PROTECTED]> wrote: What steps have i missed? RewriteEngine on RewriteRule ^/([A-Za-z\-\_]+)$ /podwiki.pl?page=$1 [PT] Hi, In .htaccess files the base uri is stripped. In this case that means you should remove the leading '/'. (Also, your backslashes are redunda

[EMAIL PROTECTED] Problems using RewriteRules in .htaccess

2006-10-20 Thread nocturnal
Hi I've used mod_rewrite in my vhost before but now i need to move the rules into a .htaccess file so i read the 2.2 manual and took the following steps. Made sure FollowSymLinks was in Options in the vhost, made sure i had AllowOverride FileInfo and then i simply placed RewriteEngine on and