On Mon, Sep 15, 2008 at 8:06 AM, Alain Roger <[EMAIL PROTECTED]> wrote:

> even if i have in my .htaccess file:
> RewriteRule ^/([A-Za-z0-9-]+)/welcome/$ /welcome/index.php?lang=$1 [NC,L]

No leading slash is present in what you match against in .htaccess
(it's stripped off along with the RewriteBase)

--
Eric Covener
[EMAIL PROTECTED]

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to