Website is running on a web host where we don\'t have access to a .htaccess file. However, I want to do URL rewriting for user friendly URLs.
.htaccess
e.g. Origi
Your best bet will be to have URLs such as this:
www.example.com/index.php/file/name
You'll to rewrite your PHP code though.