Oempro supports friendly URLs. By default, you can access to admin area with such an URL as an example:

PHP Code:
http://oempro4.local/app/index.php?/admin/overview/ 
Once friendly URL support is enabled, it will be:

PHP Code:
http://oempro4.local/app/admin/overview/ 
To setup this feature, follow these steps:

1. Edit /data/config.inc.php file

2. Find the line which sets this feature and change it to "true"

PHP Code:
define('HTACCESS_ENABLED'false); 
3. Go into /oempro/app/ directory

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.