HTACCESS-乔姆拉索引.php修复
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HTACCESS-乔姆拉索引.php修复相关的知识,希望对你有一定的参考价值。
When using Joomla, allows you to redirect index.php to the root ( to prevent duplicate content ), without affecting the Joomla admin.
RewriteCond %{THE_REQUEST} ^[A-Z]+ /index.php(/[^ ]*)? HTTP/ RewriteRule ^index.php(/(.*))?$ /$2 [R=301,L]
以上是关于HTACCESS-乔姆拉索引.php修复的主要内容,如果未能解决你的问题,请参考以下文章