0

I am using wamp to to host my server on my computer and I have a webpage where, that modifys that data in a database, when ever I try to modify the data though I get this error

Forbidden
You don't have permission to access /htdocs/< on this server.

with htdocs being my project folder

if anyone knows how to fix this that would be great.

thanks

peterm
  • 91,357
  • 15
  • 148
  • 157
Cam Connor
  • 1,231
  • 2
  • 25
  • 40

1 Answers1

0

Wamp does not use a htdocs folder by default, it sounds like you have a very messed up system.

Do you have another Apache service running? Wamps apache service is called 'wampapache' and NOT Apache.

Did you install apache some ther way before installing wamp, if so Uninstall it, ditto MySQL if you had that installed before installing wamp.

RiggsFolly
  • 93,638
  • 21
  • 103
  • 149