Hi guys
I want to do something like this:
send [b]folder1.mydomain.com [/b]to [b]mydomain.com/folder[/b]
[list=]I want this to be invisible to the visitor ie. the url doesnt change.
I prefer not to set up a subdomain, just[/list]
Is this possible?
Possible with RewriteRule?
Moderator: General Moderators
Re: Possible with RewriteRule?
I'm not sure it is possible. You need to have DNS directing requests to folder1.mydomain.com to the right server, even before .htaccess kicks in.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.