apache - htaccess simple redirect without changing URL -
i'm trying redirect people go site want not show in url.
http://www.example.com/ -> http://www.example.com/dev/
except /dev part shows in url when redirection takes place, how hide stays http://www.example.com/? here's htaccess file..
rewritebase / <ifmodule mod_rewrite.c> rewriteengine on rewriterule ^$ dev/index.php [l] </ifmodule>
any appreciated, thanks.
Comments
Post a Comment