[Zen Cart] How to determine if current page is HomePage?

Technical difficulties? Ask for help here.

[Zen Cart] How to determine if current page is HomePage?

Postby Mickpunt » Wed Apr 15, 2009 2:17 pm

Hi,

I succesfully installed Magic SEO and let it generate the .htaccess file, no problem, everything works fine, my compliments on your product and installation manual.

The only thing that does not work anymore is underneath code which determines if the current page is the homepage:
Code: Select all
<?php if ($_SERVER['QUERY_STRING']=='main_page=index') { ?>


If it is the homepage it will display a flash banner otherwise a picture.

Can someone tell me in PHP how to determine the Homepage with Magic SEO installed?

See http://shop.mlle-cover.com/en/

Thank you!

Mick Perez
Mickpunt
 
Posts: 5
Joined: Tue Apr 14, 2009 2:13 pm

Re: [Zen Cart] How to determine if current page is HomePage?

Postby ~J~ » Wed Apr 15, 2009 2:47 pm

Code: Select all
if ($_SERVER['REQUEST_URI']=='/en/') {
// your code goes here
}
Magic SEO URLs are now available for
osCommerce, CRE Loaded, Zen Cart, PrestaShop, OpenCart, CubeCart, phpBB and phpBB3!
~J~
InveoStore.com Founder
 
Posts: 1056
Joined: Sat Feb 02, 2008 11:07 am
Location: Prague, Central Europe

Re: [Zen Cart] How to determine if current page is HomePage?

Postby Mickpunt » Wed Apr 15, 2009 11:11 pm

Thanks J, works like a charm.
Mickpunt
 
Posts: 5
Joined: Tue Apr 14, 2009 2:13 pm


Return to Troubleshooting

Who is online

Users browsing this forum: No registered users and 2 guests