views:

304

answers:

1

I have wamp site on port 81 ( i use IIS alot which is on port 80)

Currently my site is

http://localhost:81/MySite/ "C:\wamp\www\MySite"

How can i set up "MySite" profiles so that is "MySite" is the root. ie "/css/style.css" works.

When i use the wizard in wamp to create alias directory i get the following error

"Directory does not exist"

Yes, a nice descriptive error. Tho the directory is there.

A: 

I resolved this by adding a virtual host

ServerName localhost DocumentRoot "C:/wamp/www/MySite/"

frosty