Welcome Guest, Not a member yet? Register   Sign In
Create dynamic subdomain url
#1

[eluser]The Spider[/eluser]
Hi,
I have an idea to create dynamic Urls when developing in my local machine and in the test server.
The url used local is http://localhost/myproject/ and the same in live is http://192.152.11.10/myproject
My idea is to set local to dev.myproject.com/ and the test server to test.myproject.com.
Can any one help me?

Thanks
#2

[eluser]TheFuzzy0ne[/eluser]
If you're running a Windows machine, you can open up c:\Windows\System32\drivers\etc\hosts in your favorite text editor, and add this line:

Code:
127.0.0.1       dev.myproject.com

That will get the domain name resolving your localhost, the rest is up to you.

Obviously, this domain won't work from the outside, unless you purchase myproject.com and set up the necessary DNS.




Theme © iAndrew 2016 - Forum software by © MyBB