Welcome Guest, Not a member yet? Register   Sign In
Htaccess issue (The page isn't redirecting properly)
#1

[eluser]Ninjabear[/eluser]
I've got my Code Igniter installation working now as per previous post, but the htaccess file is not working. I'm just using the recommended declaration of:

Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt|resources)
RewriteRule ^(.*)$ /index.php/$1 [L]

When I type www.danielsportfolio.co.uk/codeigniter/ The browser just hangs for ages and then gives me the message:

Code:
The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
# This problem can sometimes be caused by disabling or refusing to accept cookies.

If I add in the index.php to the end like this www.danielsportfolio.co.uk/codeigniter/index.php then the page will load fine. If i add the main controller (in my case main) then it gives me the error as well.

How do I fix this please?


Messages In This Thread
Htaccess issue (The page isn't redirecting properly) - by El Forum - 04-05-2010, 09:07 AM
Htaccess issue (The page isn't redirecting properly) - by El Forum - 04-05-2010, 08:12 PM
Htaccess issue (The page isn't redirecting properly) - by El Forum - 04-06-2010, 05:53 AM
Htaccess issue (The page isn't redirecting properly) - by El Forum - 04-06-2010, 06:35 AM
Htaccess issue (The page isn't redirecting properly) - by El Forum - 04-06-2010, 06:56 AM
Htaccess issue (The page isn't redirecting properly) - by El Forum - 04-06-2010, 07:18 AM
Htaccess issue (The page isn't redirecting properly) - by El Forum - 03-18-2011, 10:14 AM
Htaccess issue (The page isn't redirecting properly) - by El Forum - 03-18-2011, 02:12 PM
Htaccess issue (The page isn't redirecting properly) - by El Forum - 03-18-2011, 02:22 PM
Htaccess issue (The page isn't redirecting properly) - by El Forum - 03-18-2011, 02:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB