Support and Documentation


Important!
This documentation has been deprecated. We are migrating Oempro help articles to our new help portal. Take a look at more detailed help articles on our new help portal.

Friendly URL's

Friendly URLs allow you and your users to use Oempro with nice and clean URLs. By default, Oempro admin and user area URLs are like below:

http://yourwebsite.com/app/index.php/admin/ http://yourwebsie.com/app/index.php/user/

When you enable friendly URL's the links will look like

http://yourwebsite.com/app/admin/ http://yourwebsie.com/app/user/

To enable this you will need to follow the steps below.

  • Make sure that you have URL rewriting enabled within your Apache. [if its not talk to your hosting provider]
  • Set HTACCESS_ENABLED configuration option to TRUE in /oempro_path/data/config.inc.php file.
  • Rename htaccess file to .htaccess in oempro_path/app/ directory.