Page is a not externally linkable
- Code, Content, and Presentation
-- Apache Web Server
---- url rewrite for dot.tk site redirection


jdMorgan - 12:16 am on Feb 27, 2004 (gmt 0)


courbevoie,

I don't see anything seriously wrong with your code, but here's what I would use:

Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www\.)?mydomain\.tk [NC]
RewriteCond %{REQUEST_URI} !^/courbevoie/
RewriteRule (.*) http://free.webspace.com/courbevoie/$1 [R=301,L]

If that does not work, look for the problem in one of these places:

  • Other rewrite or redirect code before or after the code you posted.
  • Rewrite or redirect code on the free webspace server.

    Jim


    Thread source:: http://www.webmasterworld.com/apache/1144.htm
    Brought to you by WebmasterWorld: http://www.webmasterworld.com