On Mon, Dec 29, 2008 at 5:53 PM, André Warnier <a...@ice-sa.com> 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
cove...@gmail.com

---------------------------------------------------------------------
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: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to