chipshot Posted December 1, 2007 Posted December 1, 2007 when I enable the SEO URL the browser can't locate my products? for example if I click a product I get this: (http://www.chipshotgolfacademy.com/catalog/fairway-woods-p-87.html?osCsid=98f66363c11548d715097923ce70da55) in the URL. But this 404 page (The requested URL /catalog/fairway-woods-p-87.html was not found on this server.) When I disable Ultimate SEO URL's everything is normal? As far as I can tell the installation went good. in the .htaccess file I have RewriteBase /catalog/ and the store sits in the catalog folder, I assume this is correct? what am I missing? here's a snap of my settings: snap Thank You Quote
Jack_mcs Posted December 2, 2007 Posted December 2, 2007 It appears that you currently have the Search Engine Friendly option enabled in admin->Configuration. That should be turned off. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
chipshot Posted December 2, 2007 Author Posted December 2, 2007 It appears that you currently have the Search Engine Friendly option enabled in admin->Configuration. That should be turned off. Jack I don't understand if I don't enable what's the point of having this function? Thank You Quote
Jack_mcs Posted December 2, 2007 Posted December 2, 2007 The option in admin has nothing to do with the contribution you are using. It is one that comes with oscommerce and has never worked well on all servers. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
satish Posted December 2, 2007 Posted December 2, 2007 well it appears that the .htaccess is not properly placed or rewrite rules are not allowed on the server. Ask YOur hosting for rewrite url issue or write a simple rewrite rule and chek. Also make sure Your .htacess exist and is at a proper place. Satish Quote Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
chipshot Posted December 2, 2007 Author Posted December 2, 2007 (edited) Thank You, what's the sense of installing the contribution if I can't have it enabled right? here's my .htaccess file it sits right in www/catalog/ all I did was add the last few lines according to the instructions: # $Id: $ # # 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) # php_value session.use_trans_sid 0 # php_value register_globals 1 Options +FollowSymLinks RewriteEngine On RewriteBase /catalog/ 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} So if this all appears to be good then I need to rewrite rules on the server? And if I need to do that can you advise what actually needs to be done so I can relate that to my host... Thank You.. Edited December 2, 2007 by chipshot Quote
satish Posted December 2, 2007 Posted December 2, 2007 htaccess appears to be OK. YOu need to chek with Your hosting company as mod rewrite is what needs to be there on the server environment. Satish Quote Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
Jack_mcs Posted December 3, 2007 Posted December 3, 2007 Thank You, what's the sense of installing the contribution if I can't have it enabled right? Your confusing what was said. The Ultimate SEO contribution is turned on and off via the option in admin->Configuration->My Store->SEO Url's while the one I mentioned is in admin->Configuration->My Store. They are two, unrelated settings but if the latter is turned on, it can cause problems with the former. Jack Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
chipshot Posted December 3, 2007 Author Posted December 3, 2007 Oh!! Thank You, Jack I'm sorry I misunderstood, but yet the problem still exists. In Admin -> Configuration -> My Store -> Use Search-Engine Safe URL's (still in development) = false In Admin -> SEO URL's -> Enable SEO URLs? = true My Friendly URL is appearing int the Address Bar (http://www.chipshotgolfacademy.com/catalog/gift-cards-c-37.html) But a 404 Not Found The requested URL /catalog/gift-cards-c-37.html was not found on this server. Are these settings the way it should be? Thank You, John Quote
♥toyicebear Posted December 3, 2007 Posted December 3, 2007 (edited) as satish metioned you should check with your hosting company that .htaccess is alowed/possible for your hosting... Edited December 3, 2007 by toyicebear Quote Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce - Commercial Support Inquiries - OSC 2.3+ How To To see what more i can do for you check out my profile [click here]
chipshot Posted December 3, 2007 Author Posted December 3, 2007 as satish metioned you should check with your hosting company that .htaccess is alowed/possible for your hosting... Thank You toyicebear, my web host tells me that the answer was kind of vague. He needs a little more information what module? rewrite url issue? Do I need to mod the mod? <Confused> Quote
♥toyicebear Posted December 3, 2007 Posted December 3, 2007 Thank You toyicebear, my web host tells me that the answer was kind of vague. He needs a little more information what module? rewrite url issue? Do I need to mod the mod? <Confused> Ask if the server/hosting supports mod rewrite Att..if its a windows server , in most cases it will not support mod rewrite by .htaccess Quote Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce - Commercial Support Inquiries - OSC 2.3+ How To To see what more i can do for you check out my profile [click here]
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.