标签: .htaccess
如何使用htaccess将所有内容重定向到/path/index.php 绝对是一切,包括404和非现有路径。
答案 0 :(得分:0)
RewriteEngine On RewriteRule ^(.*)$ /path/index.php [NC,R,L]