Forum Moderators: phranque
I've also tried a few neat tricks such as getting php to take a page request containing a certain variable and add that variable as an anchor name (the veriable/anchor name is a product number for a product in a catalog page), but having a page request itself is a no-no... I could very well prepare a "redirect header page" where .htaccess would send any url requests containing that variable, and php would in turn redirect with the right page with anchor included... did that make any sense? Anyhow, it works but is overly complicated and bad for browsers/spiders.
Am I missing something? Is there any solution for this at all?