I have been exploring this issue for the first time and I am struggling big time.
I have a file called home.php and wanted the url localhost/home to point to this.
I have the following:
RewriteEngine On
RewriteRule ^/home /home.php [L]
Can anyone figure out what I am doing wrong?