重写根

时间:2011-10-07 12:51:04

标签: .htaccess url-rewriting

是否可以重写root?

例如; domain.co.uk/在地址栏中重写为domain.co.uk/home /

/ home /已经重写了index.php

1 个答案:

答案 0 :(得分:0)

这应该有效,重定向到/home。即使/home稍后重写为index.php

RewriteEngine On
RewriteRule ^(/)?$ /home [L,R=301]