.htaccess 使用htaccess将所有内容重定向到index.php

.htaccess 使用htaccess将所有内容重定向到index.php,.htaccess,.htaccess,如何使用htaccess将所有内容重定向到/path/index.php 绝对包括404和不存在的路径 RewriteEngine On RewriteRule ^(.*)$ /path/index.php [NC,R,L]

如何使用htaccess将所有内容重定向到/path/index.php 绝对包括404和不存在的路径

RewriteEngine On
RewriteRule ^(.*)$ /path/index.php [NC,R,L]