Hi, I'm running phpld v2.1.2 on a hobby project, but I have encountered problems with the search-engine-friendly urls. Most of the time they are working great, but quite often the script puts session id's behind the urls, and this causes google to index both sets of urls. I believe I use the correct .htaccess, and I can't figure out why the directory most of the time have correct urls, but some time doesn't Any of you got a clue? this is an example of what sometimes appears behind my urls ?PHPSESSID=074031730764af96bc256a1462ebb00a
try adding these two lines to your .htaccess file php_value register_globals 0 php_value session.auto_start 0
It is most likely your PHP configuration rather than phpLD. Try adding the following to the top of your .htaccess file to switch off transparent SID support: php_value session.use_trans_sid "0" Code (markup):
that is PHPSESSION Id's I think you need to turn of PHPSession you can search in www.phplinkdirectory.com/forums to know more about it
I'm trying An0ns solution now, don't know if it works or not. The session ID's show at random times. Anyway, thanks for the help.
If for some chance an0ns doesnt work then try silkys as hes very good at problem solving also. I wish i could help but im not a techy thx malcolm