Oempro supports friendly URLs. By default, you can access to admin area with such an URL as an example:
Once friendly URL support is enabled, it will be:PHP Code:http://oempro4.local/app/index.php?/admin/overview/
To setup this feature, follow these steps:PHP Code:http://oempro4.local/app/admin/overview/
1. Edit /data/config.inc.php file
2. Find the line which sets this feature and change it to "true"
3. Go into /oempro/app/ directoryPHP Code:define('HTACCESS_ENABLED', false);
4. Rename "htaccess" file to ".htaccess"
That's all. Now your Oempro will be reachable through;
http://yourdomain.com/path/to/oempro/app/admin/
and
http://yourdomain.com/path/to/oempro/app/user/
Please note that this feature only works on Apache when url rewriting is enabled.


Reply With Quote