Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

elpaisa

Archived
  • Posts

    28
  • Joined

  • Last visited

Everything posted by elpaisa

  1. I've installed the Ultimate SEO url and it works great, it had a little bug in account create and has been fixed, but there is still another, manufacturer dropdown just takes to index page and not showing the manufacturers products My regards, it seems nobody cares by answering this thread anyway i insist!.
  2. I've unprotected all admin for you just click on login, only that
  3. Here! # $Id: .htaccess,v 1.3 2003/06/12 10:53:20 hpdl Exp $ # # This is used with Apache WebServers # # For this to work, you must include the parameter 'Options' to # the AllowOverride configuration # # Example: # # <Directory "/usr/local/apache/htdocs"> # AllowOverride Options # </Directory> # # 'All' with also work. (This configuration is in the # apache/conf/httpd.conf file) # The following makes adjustments to the SSL protocol for Internet # Explorer browsers <IfModule mod_setenvif.c> <IfDefine SSL> SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 </IfDefine> </IfModule> # If Search Engine Friendly URLs do not work, try enabling the # following Apache configuration parameter # # AcceptPathInfo On # Fix certain PHP values # (commented out by default to prevent errors occuring on certain # servers) # #<IfModule mod_php4.c> # php_value session.use_trans_sid 0 # php_value register_globals 1 #</IfModule> # Ultimate SEO URLs BEGIN Options +FollowSymLinks RewriteEngine On RewriteBase /cart/ RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-([0-9]+).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-([0-9]+).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-([0-9]+).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-([0-9]+).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-([0-9]+).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-([0-9]+).html$ information.php?info_id=$2&%{QUERY_STRING} # Ultimate SEO URLs END
  4. Yes it should, and I set the path to my store...... and nothing happens.
  5. I've installed the ultimate seo url just as it is specified in the install instructions, step by step, and checked once and twice and again and the links to categories and products don't work. why?, it rewrites the url but server don't find the page, and when set to false in admin the seo url, everything works fine, just as it happens with other members in this forum thread. I've changed my htaccess file but still have a dude, my oscommece is not installed in the root directory i used both codes given in the install html and none works, what should i do, is there something not so obvious to do in the installation that we are skipping. this should become a subject to take very serious by the owner of this mod, maybe there is something forgotten in the install instructions or something not so easy for who is not an expert. Thanks all!
×
×
  • Create New...