Hello!
I’m working on my first EE site and have one and a half problem: after removing the index.php of the URL my (static) pages can’t be found. I have a template group called “home” with the site’s home page (works well, URL: http://www.abc.de/dev/ ). The URL for the about page is: http://www.abc.de/dev/about/ but the page can’t be found. The index.php of the template group “about” contains the site’s template.
When I remove the .htaccess it works a little bit: the page appears in in the browser. Problem here is the css file “central.css” which isn’t load though the path is correct.
Within the html <head> Firebug shows this:
(see attachment)
Actually in the template “html_head” I wrote this:
<link href="{homepage}/themes/site_themes/my-theme/css/central.css" rel="stylesheet" type="text/css" />What’s going wrong here?
In the moment I only want a few pages. Why is this so difficult?
Using EE v2.1.3
Enable Caching? No
Thanks!
Monika
Moved to CodeShare Corner by Moderator