Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

artrocker

Archived
  • Posts

    1
  • Joined

  • Last visited

Everything posted by artrocker

  1. Hello Community, this is actually my first replay ever. I'm using osCommerce for only some days, therefore is the shop layout not so beautiful so far and I use the default database. Anyway, I'm using following oscommerce version "oscommerce-2.2rc1". I installed it into this folder http://www.eyetank-design.de/shop/ So far so good - I installed the Ultimate SEO package and everything seems to be fine! No error occurred and the URLs are looking fine ex. http://eyetank-design.de/shop/cds-c-22.html BUT when I click the link the site does not show up! "The requested URL /shop/cds-c-22.html was not found on this server." Does someone can give me an advice what I might can change that the addon will work probably? My .htaccess file looks like this. # $Id: $ # # This is used with Apache WebServers # # 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 <IfModule mod_php5.c> php_flag register_globals on php_flag register_long_arrays on php_value default_charset UTF-8 php_value register_globals on </IfModule> # default domain # Ultimate SEO URLs BEGIN <IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine On RewriteBase /shop/ 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 # Added to fix article glitch on sub-articles (lonniew at gmail dot com) RewriteRule ^(.*)-t-([0-9]+_[0-9]+).html$ articles.php?tPath=$2&%{QUERY_STRING} </IfModule>
×
×
  • Create New...