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

[eluser]natefons[/eluser]
im not sure if im doing this right...but im trying to remove the index.php from needing to be present during controller calls,

reading through the user guide, i see that in order to do that, you add the following to the htaccess
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

however for some reason, everytime i add the following code, i get a 500 server error when i try to view my site (on a local machine, using apache)

anything im doing wrong?


Messages In This Thread
htaccess - by El Forum - 07-29-2010, 09:50 PM
htaccess - by El Forum - 07-29-2010, 10:38 PM
htaccess - by El Forum - 07-30-2010, 10:33 AM
htaccess - by El Forum - 07-30-2010, 10:58 AM
htaccess - by El Forum - 07-30-2010, 02:13 PM
htaccess - by El Forum - 07-30-2010, 02:15 PM
htaccess - by El Forum - 07-31-2010, 11:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB