Don’t know how to put it in better words but what happens is the following and likely related to the problems I had before with the URL and path setting. And this post has actually 2 what I think related questions.
1
I have a static html+CSS working at my homepage (hp) http://www.carelse.com
I have inside that page links pointing to other pages which I made by using a new template group and their corresponding index.php file (which EE generates automatically). Links do not work. I have tried with and without the
{site_url}tag.
2
when I go to http://www.carelse.com with the browser the page loads. When I edit that same page through the control panel and press “view…” I am directed to http://carelse.pmhclients.com/site/index/ and get an error…
Not Found
The requested URL /site/index/ was not found on this server.
3
Then I followed Ryan Irelan’s (excellent) screencast to get a news entry load on my hp. All tags triple checked but the result is I see these tags come back on my page but no parsed content. Weird thing is, the opening tag
{exp:weblog:entries weblog="news" limit="1"}is not included…
So my thinking says EE begins to read the code correctly but then can’t find the weblog “news”...
Any help on this?