Rename url hiding file extension
- by Anusri Roy Chowdhury
I want to show url http://some.com/designit/portfolio.php?cat=website&subcat=nature as http://some.com/designit/portfolio/website/nature.
cat may pe presentor may not.also subcat may present or not
I have put .htaccess file in designit folder and code in it is as follows:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond…