找不到帖子名称固定链接文件--Mac High Sierra

时间:2020-05-27 作者:PG Rob

我已经阅读了Wordpress网站上的说明,并在这里阅读了一些很长的帖子,但没有任何特定于此环境的内容:

Mac OS X High Sierra未注释LoadModule rewrite_module libexec/apache2/mod_rewrite.so 在里面httpd.conf

2) 创建了新的.htaccess 在我的wordpress根目录(权限666)中:

# BEGIN WordPress
# The directives (lines) between BEGIN WordPress and END WordPress are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteBase /wordpress/

RewriteRule ^index\\.php$ – [L]

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /wordpress/index.php [L]

</IfModule>

# END WordPress
3)更改了httpd。形态

<Directory />

AllowOverride All

Require all Granted

</Directory>
我重新启动了apache。关闭并重新启动Mac。当我将permalinks设置为Post name时,仍然得到404。

我错过了什么???

1 个回复
SO网友:Dipendra Pancholi

我认为。htaccess文件看起来正常。问题可能是刷新重写规则。

如果转到后端:设置>>永久链接页面。只需打开页面。无需进行任何更改。

然后检查,应该可以解决问题。

非常感谢。

相关推荐

Wordpress Permalinks

我在最近建立的网站上使用Wordpress Sydney主题。如果我将永久链接更改为post选项,我的网页链接将中断。对于不是技术大师的人来说,有没有简单的方法来解决这个问题。任何(详细的)帮助都将不胜感激。