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 before but now i need to move the >

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