删除/索引.php
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了删除/索引.php相关的知识,希望对你有一定的参考价值。
Removing index.php to url.e.g. www.yourwebsite.com/index.php -> www.yourwebsite.com/
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9} /([^/]+/)*index.php HTTP/ RewriteRule ^(([^/]+/)*)index.php$ http://%{HTTP_HOST}/ [R=301,NS,L]
以上是关于删除/索引.php的主要内容,如果未能解决你的问题,请参考以下文章