I have a domain name from dynadot.com and i am hosting my files at another company. What i want is to show the hosted files and a access the domain name from dynadot. Example : when i access : www.myname.com i want to show www.othersite.com/testing But i don't want 'www.othersite.com/testing' to appear in the address form or in any other place ... Thanks.
in the .htaccess if it's a linux host you could try : RewriteEngine on Options +FollowSymLinks RewriteRule ^(.*)$ http://www.othersite.com/testing/$1 [NC,QSA,L] I haven't tested that but should be something like what you are looking for.
i'm mad ... I really don't understand or it doesn't work ... My files are hosted at : http:://www.asdfghj.com/folder and when i access www.asdfgh.com i want to show www.asdfghj.com/folder, using .htaccess. How do i do that ? And what url i input to search engines ?
Basically you show a different version of your site to search engine sipders based on their IP address, their HTTP_REFERER header, and the user-agent they identify themselves as. There are ways to do this for free, but two popular scripts that come to mind are: http://www.kloakit.com/ and http://www.ip-delivery.com/