Welcome Guest, Not a member yet? Register   Sign In
css not showing with htaccess
#2

[eluser]mdowns[/eluser]
Add the stylesheet or images folder to the RewriteCond line:

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


Messages In This Thread
css not showing with htaccess - by El Forum - 10-07-2008, 03:20 PM
css not showing with htaccess - by El Forum - 10-07-2008, 03:30 PM
css not showing with htaccess - by El Forum - 10-07-2008, 04:11 PM
css not showing with htaccess - by El Forum - 10-07-2008, 05:06 PM
css not showing with htaccess - by El Forum - 10-07-2008, 06:08 PM
css not showing with htaccess - by El Forum - 10-08-2008, 01:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB