Hi all.
In my site I’ve set “Site” as the default template group and created index.php. This works just fine as the site homepage. However any other files in that template group - test.php, blog.rss, etc. - don’t work as expected. They only work if visiting domain.com/site/blog.rss. To wit:
Fails:
http://lesliehalleck.secondbridge.com/test
Works:
http://lesliehalleck.secondbridge.com/site/test
Both Work:
http://lesliehalleck.secondbridge.com/site/index
http://lesliehalleck.secondbridge.com/
All other template groups behave normally.
A couple of notes:
- I recently moved the site to a different directory on my host. I believe I updated all the paths correctly, but I’m wondering if I missed something
- I also recently switched the default group from “Home” to “Site”.
Am I missing something?
Thanks in advance.