Not sure what’s going on but when I “view rendered template” my URL is fine but the page rendered is always my index page. For example, I edited site/index and everything renders perfectly. After creating another template with entirely different code and hitting “view rendered template” it renders the index page again but with a URL change: http://site.com/index.php/about. I’ve been copying/pasting the same code in a bunch of pages - but still the same thing.
It’s a new server and a new server environement so we’ve been doing a lot of debugging. I’ve got LG.htaccess generator and Structure on the site. Both were fairly happy with one another after I made the required changes to .htacess generator. Got a bunch of 500 internal server errors so my admins asked me to rewrite the .htaccess file:
I changed
# Dont list files in index pages
IndexIgnore *
to
# Dont list files in index pages
# IndexIgnore *
And that seemed happy. I was back building my site until the “View Rendered Template” thang happened.
I now have .htaccess generator disabled; I de-installed Structure…
Any clues why all my rendered templates look like my index page?
Jan