Posts: 427
Name: Stuart
Location: Glasgow, Scotland
|
Thanks for the reply.
Out of interest for anyone stumbling upon this i botched a solution which works:
1. Left Click on WAMP -> Apache -> Alias Directories -> Add an alias.
2. Enter a name - I called it "mySite"
3. Set the directory (In my case it's c:\wamp\www\mySite\public) - Make sure the directory is the public one.
4. Left Click on WAMP -> Apache -> Alias Directories -> http://localhost/mySite -> Edit alias.
5. Delete "/mySite/" from the first line and leave a "/"
Save it and restart Wamp.
Navigate to http://localhost and the page should display.
All the other websites in the directory will stop working so you need to re-edit the alias to reverse step 5.
|