I installed apache mysql on window 10 as the server for website access, but when I accessed it, it prompted a Forbidden error with a status code of 403? why is that? ? How to solve it? Waiting online in a hurry
世界只因有你2017-05-17 09:57:41
apache is the server and mysql is the database.
It is strongly recommended to install something like WAMP, which will help you with the default configuration. apache + mysql + php
If you install them one by one manually, there will definitely be incorrect configurations. For specific questions, go to Google. There are such questions on stackoverflow.
为情所困2017-05-17 09:57:41
The configuration is incorrect, or the access permission of apache is not released
怪我咯2017-05-17 09:57:41
If you access a folder, you need to allow auto index; if you access a file, it depends on your configuration