Moderator’s note: Split from this thread.
Not to hijack the thread but this seems to be a related question.
My URL, let’s say: http://domain.com/templateGroup shows the correct index template in that group.
If I have http://domain.com/templateGroup/ (note the trailing slash) I get part of the correct template but most of the content doesn’t get loaded.
Any ideas?
P.S. I’ve killed the .htaccess altogether.
Please disregard.
The problem was that I was using relative paths to import some of the content. EE was interpreting the path incorrectly in the case of the URL with trailing slash.
I don’t understand why, but using absolute paths will work.