Home > Backend Development > PHP Tutorial > wordpress无法正常查看日志解决方法

wordpress无法正常查看日志解决方法

WBOY
Release: 2016-06-13 13:47:31
Original
893 people have browsed it

wordpress无法正常查看日志

URL的地址是http://localhost/wordpress/?p=280 但是显示的图片却是上面的样子,连http://localhost/wordpress/index.php也是显示上面的样子,不清楚这个是什么原因,肯定大侠出手帮忙

------解决方案--------------------
大概是你在apache httpd.conf配置文件中没有把index.php设为默认。
如果访问http://localhost/wordpress/index.php可以的话就是的
找找httpd.conf中的index.html,给那行后面再加个 index.php

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template