Rewrite URL to a directory to a PHP file using htaccess
I am trying to do a simple rewrite rule using an htaccess file. I have this page hosted on localhost using XAMPP: localhost/naveesh/services.php A possible way to request this is like this: localhost/naveesh/services?serv=Boat%20Dealers What I am trying to do is…