Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

saljo

Archived
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Real Name
    Sal

saljo's Achievements

  1. Hello, The Ultimate SEO is a great contribution. I just need one help regarding the session id. I have installed Ultimate SEO 2.1d in my site. It is functioning well. I just want to know if its possible to hide the osCsid in the index page. The session id gets hidden once I click any of the links in the index page. It does not get displayed again unless I am in the https section, which is perfectly fine. But the first time I open my site and view the index page, the session id is displayed with all the links. I suppose this may have an issue with the search engines. Is there anyway by which I can get around this? The catalog is in the root of the site. And the following is my .htaccess file: <IfModule mod_setenvif.c> <IfDefine SSL> SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 </IfDefine> </IfModule> <IfModule mod_php4.c> php_value session.use_trans_sid 0 php_value register_globals 1 </IfModule> Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING} The Apache server version is 1.3 and php is 4.4.0 . Register_globals is turned on. Please help me with this.
×
×
  • Create New...