标签: .htaccess url-rewriting
是否可以重写root?
例如; domain.co.uk/在地址栏中重写为domain.co.uk/home /
/ home /已经重写了index.php
答案 0 :(得分:0)
这应该有效,重定向到/home。即使/home稍后重写为index.php。
/home
index.php
RewriteEngine On RewriteRule ^(/)?$ /home [L,R=301]