Hi!
I´ve read the virtual host documention for Apache2 but i still cant get it to work.
Currently i am using MAMP to develop my homepage, current adress is localhost:20000 and i still want to be able to use the localhost
ort setup to get to the page localy, and be able to use my domain www.rogatio.com to get to the homepage, how do i solve that with vhosts?
Currently it looks like this:
Listen 20000
NameVirtualHost localhost:20000
<VirtualHost localhost:20000>
ServerName localhost:20000
DocumentRoot "/Applications/MAMP/htdocs_rogatio.com/"
</VirtualHost>
I´ve read the virtual host documention for Apache2 but i still cant get it to work.
Currently i am using MAMP to develop my homepage, current adress is localhost:20000 and i still want to be able to use the localhost
Currently it looks like this:
Listen 20000
NameVirtualHost localhost:20000
<VirtualHost localhost:20000>
ServerName localhost:20000
DocumentRoot "/Applications/MAMP/htdocs_rogatio.com/"
</VirtualHost>