I have a problem with the official posted method to remove the index.php here: http://ellislab.com/expressionengine/user-guide/urls/remove_index.php.html
Everything works fine besides the jquery:script_tag
This is now rendered as:
http://www.domain.com/?ACT=jquery
and not as
http://www.domain.com/index.php?ACT=jquery
So jquery is not loaded…
Any hint? Anyone? Do I have to add another line to the htaccess?
Thanks for any help!