aands-shops Posted March 15, 2006 Posted March 15, 2006 I have put in hours trying to get the Ultimate SEO program up and running. I have installed it on a clean version of osCommerce 2.2 MS2. All I get is a 500 internal server error when I try and do an install or even look at my website. I have reversed the steps and I found that the problem is with the htaccess file. I can start the install program with no problem and I can get to my website with no problem, if I revert the htaccess page back to its original form and leave all the other files with the changes in it. When I put the script back in htaccess I get the 500 error again. This is what the htaccess file looks like with the changes: # $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> <p>Options +FollowSymLinks<br> RewriteEngine On <br> RewriteBase /<br> <br> RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}<br> RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}<br> RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}<br> RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING}<br> RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING}<br> RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING}<br> RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}<br> RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}<br> RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING}</p> I am not a programmer, just a retailer wanting to get on the internet, any assistance would be greatly appreciated or even a finger pointed in the right direction. John Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.