WAMP 403 Forbidden message on Windows 7

后端 未结 26 1617
抹茶落季
抹茶落季 2020-11-27 12:51

I have installed WAMP version 2.1 on my windows 7 machine. When i browse to localhost in my browser, the WAMP server page is visible.

But when I browse to my IP in m

26条回答
  •  独厮守ぢ
    2020-11-27 13:25

    Surprisingly, square brackets in DocumentRoot (and related, like ) paths can also cause error 403:

    • DocumentRoot "P:/TRY/web/fatfree/from_github/fatfree-master[bang]" failed with 403, while
    • DocumentRoot "P:/TRY/web/fatfree/from_github/fatfree-master" worked fine.

    (I didn't bother figuring out the Apache path escaping, if any, just renamed the path instead. If anyone knows, comments are welcome.)

提交回复
热议问题