Hello, I have been using expression engine for some time now and have the opportunity now to restructure an older site of mine.
I have 4 sections.
They are:
* Home
* About
* Archives
* Contact
Each one of these sections has a custom designed ‘index’ page.
I want to publish to the four sections as ‘blogs’ as there will be a ton of posts for each.
The snag i have encountered is as follows.
Keeping in mind that i have already removed index.php using htacess AND have added the names of each of my template groups to the following line in htacess.
RewriteEngine on
RewriteCond $1 ^(Home|About|Archives|Contact|P[0-9]{2,8}) [NC]How can i have each template group display a custom index page while at the same time displaying the entries(aka articles, aka ‘pages’) without adding an ‘article’ template?
To recap,
right now I have index pages for each of the sections.
When An entry is clicked, i must use a template group called ‘article’ or something like it which will display my ‘content’ with a universal style for all interior pages.
how can i get this format to work
<a href="http://www.domain.com/about/my-first-entry">http://www.domain.com/about/my-first-entry*</a>to display an interior style template for each of my newly added pages?
when only this one is working at the moment
<a href="http://www.domain.com/about/article/my-first-entry">http://www.domain.com/about/article/my-first-entry</a>
Help much appreciated, and since my last post I addressed Lisa - and she likes to whistle - I’ll ask.. Any ideas? Im thinking it must be a mod_rewrite but i can’t seem to get it to work..
Cheers, Thanks…
[Moderator Edit: Moved to How-To Forum]