Page is a not externally linkable
the_nerd - 7:40 pm on Jul 2, 2006 (gmt 0)
do you have access to the php-code? If so, try and locate the part where the printer-fiendly links are shown and get rid of them. Much better to use different CSS-Files for Screen and Print. About the?&&&&& problem: if you're lucky, you'll find a central function taht creates the links that are shown to the "public". maybe you can tweak this function to show e.g. mydomain.com/par1/par2 and add a mod.rewrite line to your .htaccess that takes care of those URLs and translates them back into mydomain.com/cms_or_something_similar.php?p=par1&p2=par2 nerd
Hi,