I have a peculiar situation, my website is like
www.example.com/page.php?url=homepage
. I am trying to use .htaccess file to make url look like
www.example.com/page/homepage/
There by hiding the “.php?url=” part in the url. is this possible? please suggest.
Try this:
If the
page.phpfilename will always be the same, then do it like this: