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

[eluser]Colin Williams[/eluser]
Code:
RewriteCond %{REQUEST_URI} !^(index\.php|fckeditor|img|images|css|js|robots\.txt|favicon\.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

Your first condition is superfluous. Either use that condition to exclude certain request from being rewritten, or use the bottom two conditions to exclude all requests that can otherwise "serve themselves."


Messages In This Thread
htaccess file - by El Forum - 03-16-2009, 03:21 PM
htaccess file - by El Forum - 03-16-2009, 03:30 PM
htaccess file - by El Forum - 03-16-2009, 03:34 PM
htaccess file - by El Forum - 03-16-2009, 03:39 PM
htaccess file - by El Forum - 03-16-2009, 04:07 PM
htaccess file - by El Forum - 03-16-2009, 04:09 PM
htaccess file - by El Forum - 03-16-2009, 04:13 PM
htaccess file - by El Forum - 03-16-2009, 04:17 PM
htaccess file - by El Forum - 03-16-2009, 04:22 PM
htaccess file - by El Forum - 03-16-2009, 04:24 PM
htaccess file - by El Forum - 03-16-2009, 04:27 PM
htaccess file - by El Forum - 03-16-2009, 05:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB