Hi everybody,
I managed to forward my x10hosting domain to the .tk domain I wanted. BUT now I can´t make the address bar shows my .tk domain instead of the x10hosting.
Example: User types http://espanavsengland.tk and its forwarded to http://espanavsengland.x10hosting.com/blog. But I want to show in the address bar http://espanavsengland.tk.
Here is the code I added:
Can someone tell me if it´s me doing something wrong or x10hosting does not allow this functionality?
Best regards,
Yedi
I managed to forward my x10hosting domain to the .tk domain I wanted. BUT now I can´t make the address bar shows my .tk domain instead of the x10hosting.
Example: User types http://espanavsengland.tk and its forwarded to http://espanavsengland.x10hosting.com/blog. But I want to show in the address bar http://espanavsengland.tk.
Here is the code I added:
Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^espanavsengland\.tk$ [OR]
RewriteCond %{HTTP_HOST} ^www\.espanavsengland\.tk$
RewriteRule ^(.*) espanavsengland\.tk/$1 [P]
Can someone tell me if it´s me doing something wrong or x10hosting does not allow this functionality?
Best regards,
Yedi