apache_conf 在.htaccess中将所有页面重定向到主页

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf 在.htaccess中将所有页面重定向到主页相关的知识,希望对你有一定的参考价值。

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .? http://yourdomain.com/ [R=301,L]
RewriteRule ^/index\.php$ http://yourdomain.com/ [R=301,L]

以上是关于apache_conf 在.htaccess中将所有页面重定向到主页的主要内容,如果未能解决你的问题,请参考以下文章

apache_conf 在.htaccess中将所有页面重定向到主页

apache_conf 在.htaccess中将PHP版本升级到7.0

apache_conf 在.htaccess文件中将时区设置为PHP的协调世界时(UTC)。

apache_conf htaccess在Wordpress中重定向上传

apache_conf 在htaccess中启用php错误登录

apache_conf Bot Block .htaccess #htaccess #botblock