Welcome Guest, Not a member yet? Register   Sign In
problem with mod rewrite
#2

[eluser]KingSkippus[/eluser]
If you haven't already, read the "Removing the index.php file" section of the CodeIgniter URLs chapter of the user manual.

My first thought looking at your .htaccess is that man, that's kind of overkill for something that's pretty simple. About the only tweak I've ever seen anyone need is adding top-level subdirectories to the RewriteCond line. For example, if you have top-level /css and /scripts directories, use the following line:

Code:
RewriteCond $1 !^(index\.php|images|robots\.txt|css|scripts)

Is there something in particular that you were trying to accomplish with that version of the .htaccess that the one described in the manual doesn't do?


Messages In This Thread
problem with mod rewrite - by El Forum - 07-20-2010, 03:27 PM
problem with mod rewrite - by El Forum - 07-20-2010, 07:44 PM
problem with mod rewrite - by El Forum - 07-20-2010, 08:08 PM
problem with mod rewrite - by El Forum - 07-21-2010, 08:14 AM
problem with mod rewrite - by El Forum - 07-21-2010, 09:45 AM
problem with mod rewrite - by El Forum - 07-21-2010, 09:59 AM
problem with mod rewrite - by El Forum - 07-21-2010, 10:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB