htaccess简单重定向而不更改URL

时间:2014-09-10 14:33:13

标签: apache .htaccess mod-rewrite

我正在尝试重定向访问我网站的人,但我希望它不会显示在网址中。

http://www.example.com/ - > http://www.example.com/dev/

除了重定向发生时URL中显示/ dev部分,我如何隐藏它以使其保持为http://www.example.com/?这是我的HTAccess文件..

RewriteBase /

<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteRule    ^$    dev/index.php    [L]

</IfModule>

任何帮助都将不胜感激,谢谢。

0 个答案:

没有答案