I am running MAMP server Apache Port 80 and MySQL Port 3306. I am using 5.6.25 of PHP version.
When I hit the base URL say http://localhost/ahd/ , the page loads at least. But, when I click on any tab on my website say http://localhost/ahd/Contact-Us , I get the below error:
Not Found
The requested URL /main.php was not found on this server.
I tried changing RewriteEngine On to RewriteEngine Off in .htaccess but then the error becomes
Not Found
The requested URL /ahd/Contact-Us was not found on this server.
I have been struggling with this since a long time, any help would be highly appreciated. Thanks in advance.