mod rewrite - mod_rewrite http://localhost/home/ or http://localhost/home to home.php -
I have a very simple question that I want to redirect all requests and home. Php
My .htaccess
file includes:
Rev. ^ ^ home / $ home.php [L]
< / Pre>which only works for
How can I work in the URL without
/
? Is it possible to do this in a line, as opposed to two separate rows:Rev. ryuule ^ home / $ home.php RivieraTyme ^ Home $ home.php
< / Pre>thanks :)
rewrite rule ^ home /? $ Home.php [L]
Comments
Post a Comment