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

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -