Tagged Questions
0
votes
0answers
24 views
Can I keep domain directed with DNS as the URL showing to another hosted domain? [closed]
Can't find the answer to this. Have a hosted account with www.myhosteddomain.com with the www.maindomain.com directed by DNS to it. The www.maindomain.com is what I want displayed as the URL. It works ...
5
votes
2answers
606 views
Redirect/rewrite dynamic URL to sub-domain and create DNS for subdomain
I have created an application in PHP, I would like to re-direct the following URL to corresponding sub-domain.
Dynamic URL pattern:
http://mydomain.com/mypage.php?user_name=testuser
I wish to ...
0
votes
1answer
172 views
How can I point a subdomain at another server? [duplicate]
Possible Duplicate:
How to point a domain to another subdomain?
Is it possible to set up a subdomain to render content of another server?
Let's say I wanted google.domain.com to render ...
3
votes
1answer
322 views
subdomains apache rewrite rules
Let's say I have my web folder as public_html. In there I have a sub folder. I can view the folder at:
www.mydomain.com/sub & mydomain.com/sub
What I want is:
sub.mydomain.com
This will show ...