Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Wamp Permissions

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #43686
    AlCapone
    Participant

    Hi, I just installed wamp, I used to have it on windows 7 and it worked fine but i cant get it to work now on win 8. I have created virtual host but i get a 403 error when i try to access the page, all the code is posted here i would really appreciate some help.

    http://stackoverflow.com/questions/15644281/wamp-permissions

    Thanks

    #129816
    CrocoDillon
    Participant

    For me it was an IPv6 thing, `Allow from 127.0.0.0/255.0.0.0 ::1/128` instead of just 127.0.0.1 worked for me. In ‘httpd-vhosts.conf’, your ‘hosts’ file is fine without it.

    I did the same with the lines `Allow from…` in the .conf files in the ‘wamp/alias’ directory and the ‘httpd.conf’ file.

    #129868
    AlCapone
    Participant

    Would using Allow from all not achieve the same as that though? (Allow from all gives the same error. Thanks

    #129874
    CrocoDillon
    Participant

    I don’t know. Try it?

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Back End’ is closed to new topics and replies.