On Mon, Dec 29, 2008 at 5:53 PM, AndrĂ© Warnier <[email protected]> wrote:
> Hi.
>
> Am I interpreting this correctly, that the .htaccess file you are talking
> about, is the one that is in the original /techblog location ?
>
> If so, and without taking my word for it, isn't it so for a RewriteRule that
> is in a .htaccess file in such a location "/techblog", that the original URL
> you are comparing against already has the "/techblog" prefix removed ?
>  (because you are "already there" so to speak)
>
> Maybe you want to try this instead :
>
> RewriteRule /(.*)$  http://www.foo.com/$1 [R=301]

in techblog/.htaccess, "/techblog/" is removed, including the trailing slash.

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