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

[eluser]Unknown[/eluser]
Now, that you mentioned about the "?", I set
Code:
$config['uri_protocol' = 'REQUEST_URI';
and tried "http://www.website.com/dir/project/html/index.php?/site" and I worked fine.

Then I changed index_page
Code:
$config['index_page'] = 'index.php?';

And everything is normal now.

Thanks x 10, Coccodrillo!


Now, can you explain me why that happened?
And if possible, how can I remove that "index.php?" from my url?
I tried changing HTACCESS like this, but nothing has changed:
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php?|images|robots\.txt)
RewriteRule ^(.*)$ /index.php?/$1 [L]


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