Subdomains on WampServer
Posted
by
MohamedKadri
on Pro Webmasters
See other posts from Pro Webmasters
or by MohamedKadri
Published on 2011-03-11T00:13:58Z
Indexed on
2011/03/11
0:19 UTC
Read the original article
Hit count: 358
Hello,
I'm working on WampServer for development, I've set up the domain tuniguide.local and it works fine with this configuration:
DocumentRoot "D:\www\tuniguide"
ServerName tuniguide.local
But when I wanted to add a subdomain fr.tuniguide.local I get a 404 Not Found with this configuration:
DocumentRoot "D:\www\tuniguide\fr"
ServerName fr.tuniguide.local
It gives me this message: The requested URL /www/tuniguide/index.php was not found on this server.
Is there someting that I missed?
Thanks.
© Pro Webmasters or respective owner