Hi John, thanks for the reply.
Build: 20100415
Yes, I’m using an .htaccess. I’m using Leevi Graham’s .htaccess generator, pretty much straight out of the box, with an additional line at the top that is required by MediaTemple to keep the system on PHP5, instead of reverting to PHP4. Here’s that rule:
AddHandler php5-script .php
Here’s my full list of extensions (all of which are the latest versions):
• Friends (Solspace)
• LG Social Bookmarks (Leevi Graham)
• FBC (Solspace)
• LG .htaccess Generator (Leevi Graham)
• User (Solspace)
• Edit Remember (Mark Huot)
• jQuery for the Control Panel (default EE)
• Gallery Extended Extension (default EE)
• Friends Code Pack—built by Friends extension—created some sample templates (Solspace)
• BN Absolute Total Results (Barrett Newton)
The domain is thecomet.com. My Category trigger word is “tracks,” so category URLs look like this:
thecomet.com/tracks/industry_insider or
thecomet.com/tracks/new_music
I’m troubleshooting the problem on our dev site, which is a different subdomain. But if you go to http://thecomet.com, you’ll see the live version of the site. I can also directly send you to the dev version, if you feel that taking a look at that would be helpful.
Happy to share template details. Not sure what exactly to share, though. Here is the main/index (the site’s default template that serves both the main blogroll, and the category blogrolls):
{embed="embeds/header"}
{if segment_1 == ""}
{embed="main/homepage_top"}
{/if}
{if segment_1 == ""}
<div class="shell_12 upperRule top_sm">
{if:else}
<div class="shell_12">
{/if}
<div class="grid_2 drop_sm">
{site_url}/images/site/ad_label.gif
</div>
<div class="grid_10 drop_med">
{embed="ads/top_unit"}
</div>
</div>
<div class="clear"></div>
<div id="list" class="drop_med">
{if segment_1 == "tracks"}
{embed="rocky/list" entrieslimit="20" list_style="loose"}
{if:else}
{embed="rocky/list_home" entrieslimit="20" list_style="loose"}
{/if}
</div>
{embed="embeds/footer"}
Each of the ‘lists’ just display a loop through a specific weblog:entries tag. Nothing crazy.
Thanks again for taking a look at this!
b