How to use our own domain ?
Date: November 09, 2006 02:21AM
im new at wamp, i want to ask how to use our domain names ?
i have this something.something.com
and i have a website in wamp on localhost.
i registered something.something.com at freedns.afraid.org, then point it to my IP address.
i put this in my config file
<VirtualHost *:80>
ServerName something.something.com
DocumentRoot c:/wamp/something
</VirtualHost>
but when i try to access something.something.com from my browser, it points to my modem setup, not my website at c:/wamp/something
how to make this works ?
thank you before