开发者

Re-writing the root

开发者 https://www.devze.com 2023-04-11 05:16 出处:网络
Is it possible to rewrite the root ? For example; domain.co.uk/ rewrites in the address bar as domain.co.uk/home/

Is it possible to rewrite the root ?

For example; domain.co.uk/ rewrites in the address bar as domain.co.uk/home/

开发者_StackOverflow社区/home/ already being a rewrite of index.php


This should work, redirecting to /home. Even though /home later rewrites as index.php.

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

精彩评论

暂无评论...
验证码 换一张
取 消