📜  从 index.php 代码示例重定向

📅  最后修改于: 2022-03-11 14:53:52.595000             🧑  作者: Mango

代码示例2
RewriteCond %{REQUEST_URI} /index.php
RewriteRule ^(.*)$ http://site.ru/ [R=301,L]