Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

Posted
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

Posted

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

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.

Posted (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 by chipshot
Posted

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

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.

Posted
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

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

Posted

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

Posted (edited)

as satish metioned you should check with your hosting company that .htaccess is alowed/possible for your hosting...

Edited by toyicebear
Posted
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>

Posted
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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...