Welcome Guest, Not a member yet? Register   Sign In
htaccess issue
#1

[eluser]RandyCram[/eluser]
Alright so this is my first time using CodeIgniter. I successfully installed it and i am now reading the general topics section.

I am on the URL section and I am working on removing the index.php file however whenever i create the .htaccess i get an internal server error.

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

any idea what might be causing this?

Thanks in advance :coolhmm:


Messages In This Thread
htaccess issue - by El Forum - 08-31-2009, 08:56 PM
htaccess issue - by El Forum - 08-31-2009, 11:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB