Hi guys,
I’m must say it’s not quite often I need to seek help with ExpressionEngine but here comes on of those time.
I’ve been struggling to get the {stylesheet} tag to work on a specific server that runs PHP as FastCGI.
Here is what the .htaccess looks like :
RewriteEngine on
RewriteCond $1 !^(images|javascripts|mysite_cms|themes|mint|favicon\.ico|robots\.txt|index\.php) [NC]
RewriteRule ^(.*)$ /index.php?$1 [L]If I set EE site url to http://www.mysite.com/index.php it works but as you might guess I don’t want all my pages to have the index.php in them.
So, I’m pretty sure it’s htaccess related… your help would be much appreciated!
Have a great easter !
Matt.
[Mod Edit: Moved to the How to forum]