标签:问题 over res .com rewrite http 应该 restart grant
验证 wordpress.com/?p=id 打开的链接是否能够正常使用
Wordpress/目录创建index.php文件,(注意保存源文件)
<?php
phpinfo()
?>
再浏览器中打开博客链接,并在浏览器中搜索mod_rewrite是否存在,它应该是已经加载的
<Directory /path/to/wordpress>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
service httpd restart
# WordPress 除了主页意外事件的页面都提示Not Found的问题(Centos)
标签:问题 over res .com rewrite http 应该 restart grant
原文地址:https://www.cnblogs.com/0or1/p/10383661.html