Im trying to setup multiple internal web sites to learn/test php scripts and looking to create a environment close as possible to the real thing using ubuntu/apache. I’m also using xxxx.dlinkddns.com (comes with purchasing the dlink router) to connect to my webserver more specifically to the default Apache webpage . On the default webpage i created couple of links, example www.testing.dev, www.testing2.dev etc.
The default webpage & the www.testing.dev works, both websites can be accessed internally. the default webpage can also be accessed using xxxx.dlinkddns.com from a external site ie coffee shop.
Problem, if i click a link on the default page ie www.testing.dev comes back with server not found. From looks of things its not searching my own webserver. the hosts(ubuntu) and the host file in windows are set correctly because i can access the www.testing.dev site.
On the default Apache page I have the following link: Testing
OS: ubuntu 14.10
Apache 2 2.4
I don’t own www.testing.dev. this is purely an internal setup for testing script.
any ideas as to how to resolve this?