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

[eluser]frietkot[/eluser]
Hi,

I use a css file in my view file with this code
Code:
<?=link_tag('style.css');?>

and it works perfect.
But when i use my htaccess file
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php)
RewriteRule ^(.*)$ index.php/$1 [L]

That works too but all my images and styles are not shown.

What is wrong?


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