apache_conf 必须启用postname permalinksApache重写模块的基本.htaccess文件 - 主要用于YeoPress

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf 必须启用postname permalinksApache重写模块的基本.htaccess文件 - 主要用于YeoPress相关的知识,希望对你有一定的参考价值。

# Basic .htaccess file for postname permalinks
# Apache rewrite module must be enabled

# Rewrites / Permalinks
# =====================

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

# ReWrite wp-admin
# ================

<IfModule mod_rewrite.c>
RewriteRule ^admin/(.*)$ wordpress/wp-admin/$1 [R=301,NC,L]
</IfModule>

# WordPress security
# ==================

<files .htaccess>
order allow,deny
deny from all
</files>

<files wp-config.php>
order allow,deny
deny from all
</files>

以上是关于apache_conf 必须启用postname permalinksApache重写模块的基本.htaccess文件 - 主要用于YeoPress的主要内容,如果未能解决你的问题,请参考以下文章

apache_conf 启用压缩

apache_conf 启用GZIP压缩

apache_conf 启用浏览器缓存

apache_conf 启用GZIP压缩(.htaccess)

apache_conf 在htaccess中启用php错误登录

apache_conf 在OSMC上启用SPI覆盖树莓