Page is a not externally linkable
courbevoie - 9:54 am on Feb 26, 2004 (gmt 0)
I am using dot.tk free site redirection service, let's say : mydomain.tk is redirected to [free.webspace.com...] mod_rewrite is activated in my site provider, I have tested successfully. My question is, can I actually use url rewriting to enable trailing in mydomain.tk, for example [mydomain.tk...] for I have tried to put the following in the .htaccess, but no succeeded :-( Options +FollowSymlinks Anyone can help me out pls Thx & Rgds,
Hello All,
[free.webspace.com...]
RewriteEngine on
RewriteCond %{HTTP_HOST} mydomain.tk$ [NC]
RewriteCond %{REQUEST_URI}!^/courbevoie/.*$
RewriteRule ^(.*)$ [free.webspace.com...] [R]