Welcome Guest, Not a member yet? Register   Sign In
Can route rules affect images, css, and JS?
#2

[eluser]NateL[/eluser]
Should have searched first.....

It was the name of my images folder versus what I had in the htaccess file

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

I had my images folder named "img" when it should have been "images" - so that fixed it...


Messages In This Thread
Can route rules affect images, css, and JS? - by El Forum - 07-24-2009, 07:00 PM
Can route rules affect images, css, and JS? - by El Forum - 07-24-2009, 07:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB