Can anyone explain how to create friendly URLs? I mean URLs like http://store.steampowered.com/app/22600/ that doesn’t have any pages like index.php visible.
Can anyone explain how to create friendly URLs? I mean URLs like http://store.steampowered.com/app/22600/ that
Share
If you only have cpanel use .htaccess.
If that doesn’t work, you are left with parsing the url in php with a link like this:
http://server.com/router.php/searchYou can do that with something like this.