Hello.
I’ve got a ver strange problem. My CSS Stylesheet doesn’t load when my site is loading and Google Chrome doesn’t show this tag in the debug console…. Just in the code itself this tag appears
<link rel="stylesheet" type="text/css" media="all" href="http://www.kreator-terrorzone.de/ezsite/index.php?css=includes/main_css.v.1295611213" />in the debug console.
I can access the file directly.
here’s how the template is looking:
...
<link rel="stylesheet" type="text/css" media="all" href="{stylesheet=includes/main_css}" />
</head>i also got a .htaccess file to delete the index.php from the url. The file is looking like that:
RewriteEngine On
RewriteBase /ezsite/
RewriteCond $1 !^(images|css|acme|themes|favicon\.ico|robots\.txt|index\.php) [NC]
RewriteRule ^(.*)$ index.php/$1 [L]
I really don’t know what to do. 😊 Help! 😊