Welcome Guest, Not a member yet? Register   Sign In
.htaccess for multiple applications?
#5

[eluser]Rein Van Oyen[/eluser]
Thanks again ChrisMiller! I appreciate all your help.

I fully understand the code and that's indeed what I need. But after pasting it in my .htaccess. Every http request to the domain still gives a 500 internal server. When I comment out following lines, the 500 error is gone. I need those lines, tho.

Code:
RewriteCond %{REQUEST_URI} !admin/$
RewriteRule ^(.*)$ /admin.php/$1 [L]

I don't have any clue on why these don't work...My error log says something about too much requests. Am I creating an infinite loop here? Is there any way that this could be because of my CI configuration?

Thanks in advice,
Rein


Messages In This Thread
.htaccess for multiple applications? - by El Forum - 02-11-2011, 09:31 AM
.htaccess for multiple applications? - by El Forum - 02-11-2011, 02:38 PM
.htaccess for multiple applications? - by El Forum - 02-13-2011, 09:19 AM
.htaccess for multiple applications? - by El Forum - 02-14-2011, 01:14 PM
.htaccess for multiple applications? - by El Forum - 02-15-2011, 03:16 AM
.htaccess for multiple applications? - by El Forum - 02-17-2011, 01:45 AM
.htaccess for multiple applications? - by El Forum - 02-17-2011, 02:04 AM
.htaccess for multiple applications? - by El Forum - 02-17-2011, 07:55 AM
.htaccess for multiple applications? - by El Forum - 02-28-2011, 09:25 AM
.htaccess for multiple applications? - by El Forum - 02-28-2011, 09:51 AM
.htaccess for multiple applications? - by El Forum - 02-28-2011, 06:37 PM
.htaccess for multiple applications? - by El Forum - 03-03-2011, 03:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB