Welcome Guest, Not a member yet? Register   Sign In
Clean URL issue
#3

[eluser]SlavomirJ[/eluser]
You should decide if you want to use rewrites or not.

If you are using rewrites you need to change line in application/config/config.php

from

Code:
$config['index_page'] = 'index.php';

to

Code:
$config['index_page'] = '';

and... check if you have mod_rewrite enabled in Apache


Messages In This Thread
Clean URL issue - by El Forum - 08-12-2011, 02:08 AM
Clean URL issue - by El Forum - 08-12-2011, 02:24 AM
Clean URL issue - by El Forum - 08-12-2011, 06:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB