在permalink settings中设置了:
custom structure http://localhost/%category%/%post_id%
已正确写入 .htaccess 文件中
已经 a2enmod rewrite 并且在 /etc/apache2/site-available/default 中改为以下配置:
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
最后也已经重启了服务器: service apache2 reload
但还是在打开文章页面时显示 Not Found
请求wordpress高手帮忙,不知道是什么原因。
先谢谢了。
custom structure http://localhost/%category%/%post_id%
已正确写入 .htaccess 文件中
已经 a2enmod rewrite 并且在 /etc/apache2/site-available/default 中改为以下配置:
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
最后也已经重启了服务器: service apache2 reload
但还是在打开文章页面时显示 Not Found
请求wordpress高手帮忙,不知道是什么原因。
先谢谢了。
