Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

gabriele82

Archived
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Real Name
    Gabriele

gabriele82's Achievements

  1. fixed! ;) I've just to comment the first line of the .htaccess with # !! Thanks for your help Robert ;)
  2. Yes, it's a linux server. I've send an email to the Aruba Staff, waiting for the reply and I let you know. Could I set AllowOverride All on .htaccess??
  3. Robert for sure i've read the istruction but something is missing! I've change the Rewritebase /catalog in Rewritebase / but if i upload the .htaccess in the root i can't see any page... also the home page give me: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. if i cancell the .htaccess from the home page and i leave it in the original position "root/pub" just the menu pages work correct, but category and products page make error 404. I really don't understand what it's wrong and where i make mistake... I've see that i've also to set AllowOveride to all....... but at the start of this post you say that i have to change it into the php.ini, but Aruba Server don't permit to change this setting! Maybe could be that the mistake??
  4. I've found the .tcaccess file that you provide with the contrib and i've upload it on my website. The .htaccess is that: Options +FollowSymLinks RewriteEngine On RewriteBase /catalog/ RewriteRule ^(.*)-p-([0-9]+).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-([0-9_]+).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 ^(.*)-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} # Articles contribution RewriteRule ^(.*)-t-([0-9_]+).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php?articles_id=$2&%{QUERY_STRING} # Information pages RewriteRule ^(.*)-i-([0-9]+).html$ information.php?info_id=$2&%{QUERY_STRING} # Links contribution RewriteRule ^(.*)-links-([0-9_]+).html$ links.php?lPath=$2&%{QUERY_STRING} # Newsdesk contribution RewriteRule ^(.*)-n-([0-9]+).html$ newsdesk_info.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-nc-([0-9]+).html$ newsdesk_index.php?newsPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-nri-([0-9]+).html$ newsdesk_reviews_info.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-nra-([0-9]+).html$ newsdesk_reviews_article.php?newsdesk_id=$2&%{QUERY_STRING} but other than the menu page (contact us, privacy,etc...) all the other pages give me a 404error.... like that: Not Found The requested URL /xxxx-xxxx-xxxx-yyyy.html was not found on this server. It seems that no overwrite action will be done... Could you please help me??
  5. This is the contrib that i was seeking for long time...thanks!!! It work great in standard mode but i've some problem when i try to swith to rewrite on Seo URL format. All product pages except the menu pages - like (home/about us/product_new.php) that are totally visible - gives me an 404 error. I use OSC 2.2 rc2, and i've installed Header Tags SEO - Year Make Model - Google XML SEO - Seo Urls 5 like contrib. I see in the istruction that i've to set the .htaccess...and i'm in a big trouble. You say that .htaccess must be in root directory, and i've in "pub" category... if i moove it into the root my website seems to disappear (no access in every pages)....i use root for all, i don't have the folder catalog inside. The .htaccess file give me this code: Options +FollowSymLinks -Indexes How i can activate mod_rewrite and AllowOveride to ALL ?? my website is: www(dot)sbkevolution(dot)com Sorry for my bad english...but i didn't have found an italian developers that help me in this way!
×
×
  • Create New...