apache_conf WordPress在子目录中

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf WordPress在子目录中相关的知识,希望对你有一定的参考价值。

<Files ~ "^\.(htaccess|htpasswd)$">
deny from all
</Files>
Options -Indexes
AuthUserFile /var/www/html/.htpasswd
# AuthGroupFile /dev/null
AuthName "Please enter your ID and password"
AuthType Basic
require valid-user
order deny,allow

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

以上是关于apache_conf WordPress在子目录中的主要内容,如果未能解决你的问题,请参考以下文章

apache_conf 如何在Root中添加非WordPress子目录

apache_conf 如何在Root中添加非WordPress子目录

apache_conf 在某些WordPress目录中禁用PHP执行

apache_conf 在某些WordPress目录中禁用PHP执行

apache_conf 从php执行保护wordpress上传目录。在uploads目录中添加新的.htaccess文件。

apache_conf 将其添加/重命名为.htaccess并将其放在WordPress wp-content / uploads目录中。丢失上传的请求将被重定向到