search

Home  >  Q&A  >  body text

php - localhost cannot access a certain folder

localhost cannot access a certain folder
At first I thought it was the folder read permission and then created a new empty folder and found it in localhost
Copy the project file and the result disappeared in localhost


There is no way to directly access the files inside

过去多啦不再A梦过去多啦不再A梦2788 days ago605

reply all(5)I'll reply

  • 阿神

    阿神2017-05-24 11:32:48

    Look at your pseudo-static configuration, this is usually the fault...

    reply
    0
  • 天蓬老师

    天蓬老师2017-05-24 11:32:48

    Check the error log

    reply
    0
  • PHP中文网

    PHP中文网2017-05-24 11:32:48

    Check the php error log, it should be an error running in a certain php file in your project

    reply
    0
  • 高洛峰

    高洛峰2017-05-24 11:32:48

    It is recommended to eliminate the localhost resolution problem first. In some cases, if the system is not connected to the Internet, it may cause the localhost syntax to be parsed into the corresponding IP, so it fails. If it is not a problem, the only way is to check the logs,

    reply
    0
  • PHP中文网

    PHP中文网2017-05-24 11:32:48

    Answer found Delete .htaccess

    reply
    0
  • Cancelreply