Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将http://example.com/index.php重定向到http://example.com。我尝试关注但没有奏效。
RewriteRule ^index\.php$ /
将其标记为显式重定向
RewriteRule ^index\.php$ / [R=301]