Welcome Guest, Not a member yet? Register   Sign In
Site only loading the default controller
#4

[eluser]Rok Biderman[/eluser]
Look, to avoid any confusion, i'll just show you what works for me:

Code:
<IfModule mod_rewrite.c>
    RewriteEngine on
    RewriteCond $1 !^(index\.php|pp|images|public|robots\.txt|css)
    RewriteRule ^(.*)$ ./index.php?/$1 [L]
    
</IfModule>

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

and
Code:
$config['uri_protocol']    = "REQUEST_URI";

So, other than a missing dot in .htaccess and taking out the index.php, you should be good to go. If not, first check if you have any custom routes set up and if that is interfering.


Messages In This Thread
Site only loading the default controller - by El Forum - 02-15-2011, 06:52 AM
Site only loading the default controller - by El Forum - 02-15-2011, 08:04 AM
Site only loading the default controller - by El Forum - 02-15-2011, 09:24 AM
Site only loading the default controller - by El Forum - 02-15-2011, 10:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB