Hi David
On one of the forum post i followed the modification recommended by you to get a very good breadcrumbs links. it works bot am also seeing this
Home » Category » » Corsair 32GB Survivor GTR USB Flash Drive
You can see the double " >> >> ". how do I get rid of this
menu.php code below
{code saved}
Hi
please can i have a menu.php modification for Unclean URL. Is there any where i can find a breadcrumb code for unclean URL
Thanks
Joseph
Hi Jospeh,
Please could you email me the menu.php that you are using and I'll work out what would be required for standard URLs...
Cheers,
David.
--
PriceTapestry.com
Thanks Joseph I'll look at that for you; in the mean time did you consider enabling clean URLs for your site? It's supported by most webhosts; all you need to do is enable it in your config.php by changing line 6 as follows;
$config_useRewrite = TRUE;
...and then creating the .htaccess file from a copy of htaccess.txt in the distribution. Before saving as .htaccess don't forget to update RewriteBase to match the folder of the installation, e.g.
RewriteBase /uk/
Cheers,
David.
--
PriceTapestry.com
Hi
Am leaning more towards not enabling clean URL as i believe Google is good enough to index the pages nicely. Another reason is that it can create a lot of 404 pages if one doesn't manage it properly. This tend to happen if URLs are grab and paste somewhere else. if anything changes then automatically that link will create 404 page or maybe am wrong..what do you think David?
Thanks
Joseph
Hi Joseph,
You are correct, the script automatically generates 404 pages for expired products...
Cheers,
David.
--
PriceTapestry.com
Hi Joseph,
The breadcrumbs code you discovered is designed for use when using clean (search engine friendly) URLs, which I notice that you have not yet enabled on your site.
If you enable clean URLs by setting $config_useRewrite = TRUE; (line 8 in config.php and creating your .htaccess file as a copy of htaccess.txt from the distribution that will enable clean URLs and the breadcrumbs should then work as expected!
(mode info here)
Cheers,
David.
--
PriceTapestry.com