Hello , I am really desperate since i can't set up my server and don't really know what's wrong.
I use zoneedit got dynamic dns which is correctly updated, and my apachge listen to port 80.
my apache vhosts file is :
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin
[email protected]
DocumentRoot c:/wamp/www
ServerName adultsmatches.com
ServerAlias www.adultsmatches.com
ErrorLog c:/wamp/logs/error.log
CustomLog c:/wamp/logs/access.log common
</VirtualHost>
my hosts file look like :
127.0.0.1 localhost
127.0.0.1 adultsmatches.com
and have forward 80 port to my ip.
MY isp surely doesn't block incoming 80 traffic.
Apache seems to go correctly online but when i try to access my site from outside my network it redirects to localhost instead of www.adultsmatches.com
Can pls someone tell me if something is wrong?
many thanks in advance