regulars question 😛
Current URL
http://domain.com/index.php
http://domain.com/index.php?page=submit-hosting
http://domain.com/index.php?page=popular-hosting
How write my .htaccess to make current URL to be like this
-
When user type
http://domain.com/index.phpurl will return tohttp://domain.com/only withoutindex.php -
And page with
$_GET['page']to behttp://domain.com/submit-hosting/
Let me know 🙂
From Google I got
to remove
index.phporindex.htmlto make end with slash
to make /page-name/
Any simple or better from this one?