Welcome Guest, Not a member yet? Register   Sign In
Site is not running due to redirect mode of codeigniter
#4

[eluser]Mat-Moo[/eluser]
try
Code:
Options FollowSymLinks
RewriteEngine on

# Everything else to the CI controller
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
What have you got in the config.php file for index_page etc.?


Messages In This Thread
Site is not running due to redirect mode of codeigniter - by El Forum - 01-22-2010, 05:16 AM
Site is not running due to redirect mode of codeigniter - by El Forum - 01-22-2010, 06:12 AM
Site is not running due to redirect mode of codeigniter - by El Forum - 01-22-2010, 06:17 AM
Site is not running due to redirect mode of codeigniter - by El Forum - 01-22-2010, 06:22 AM
Site is not running due to redirect mode of codeigniter - by El Forum - 01-22-2010, 06:26 AM
Site is not running due to redirect mode of codeigniter - by El Forum - 01-22-2010, 06:32 AM
Site is not running due to redirect mode of codeigniter - by El Forum - 01-22-2010, 06:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB