On Feb 19, 2008 3:37 PM, Ruslan Sivak <[EMAIL PROTECTED]> wrote:
> I have the following rewrite rule
>
> RewriteRule ^/u/(.+)/*$  /index.html?user=$1 [P,NC]
>
> for some reason this rule is not working for things like this
>
> /u/Testing test
> /u/#1 Test
>
> etc.  What am I missing?  I though .+ would match everything?

RewriteLog?

This isn't in .htaccess or <Directory>, is it?  No leading slash there.

Where does rewrite proxy to with that 'P' but no protocol/host/port on
the substutition?

-- 
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