osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Can't get Ultimate SEO working

This is a discussion on Can't get Ultimate SEO working within the osCMax v2 Installation issues forums, part of the osCMax v2.0 Forums category; I just installed a fresh install of osCMax RC3 and am having trouble getting the Ultimate SEO working. I have ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Installation issues

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Reply

 

LinkBack Thread Tools
  #1  
Old 04-15-2007, 01:09 AM
New Member
 
Join Date: Apr 2007
Posts: 29
Thanks: 13
Thanked 1 Time in 1 Post
Rep Power: 0
aaanativearts is on a distinguished road
Default Can't get Ultimate SEO working

I just installed a fresh install of osCMax RC3 and am having trouble getting the Ultimate SEO working. I have it set to use rewrite and have uploaded the .htaccess file. If I leave SEO Urls set to false in the admin configuration, links go to the correct pages using the long urls, and everything else seems to work so I think my configure.php file is set up with the right paths. But when I set SEO Urls to True, the site is broken beyond the index page and whatever link I click, I get an error page that says something like:

"The requested URL /american-chopper-motorcycle-collectible-knife-p-1.html was not found on this server."

The name of the product on the example page is American Chopper Motorcycle Collectible Knife, so it appears to have named the page correctly, but it doesn't include the domain name in the error message and I have no idea why it can't find it.

This is my first try at osCMax and I don't understand much PHP beyond "cut this" and "replace it with that" type instructions.

Any ideas on how to troubleshoot this?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 04-15-2007, 04:00 AM
osCMax Testing Team
 
Join Date: Oct 2004
Location: United Kingdom
Posts: 48
Thanks: 1
Thanked 23 Times in 14 Posts
Rep Power: 0
automotiveuk will become famous soon enoughautomotiveuk will become famous soon enough
Default Re: Can't get Ultimate SEO working

Hi,

Try resetting seo cache and try again under admin
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 04-16-2007, 10:51 PM
New Member
 
Join Date: Apr 2007
Posts: 29
Thanks: 13
Thanked 1 Time in 1 Post
Rep Power: 0
aaanativearts is on a distinguished road
Default Re: Can't get Ultimate SEO working

I tried that, but it still gives the same result. Also, when I click the edit button in admin to clear the seo cache, the green button shows in "reset"
before I save when I click it, but when I save, it still shows "false" in the admin panel.

I checked the database, and it said "false there too, so I manually changed it to "reset" and went back to the admin screen and it still says "false" there but the manual change still shows in the mysql database when I look thru phpMyAdmin. I don't know if that has anything to do with the SEO urls not working.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 04-17-2007, 09:02 AM
New Member
 
Join Date: Oct 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
irr1449
Default Re: Can't get Ultimate SEO working

I have the same problem. I just did a fresh install. If I change to rewrite mode and then reset the cash I get 404 error on every product. It works fine if I do cname mode.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 04-17-2007, 09:30 AM
osCMax Testing Team
 
Join Date: Oct 2004
Location: United Kingdom
Posts: 48
Thanks: 1
Thanked 23 Times in 14 Posts
Rep Power: 0
automotiveuk will become famous soon enoughautomotiveuk will become famous soon enough
Default Re: Can't get Ultimate SEO working

I had exactly the same problem as long has all setting are correct which in my case they where I run install-seo.php and install-cache.php removed the database and the re-installed them and enabled seo in admin select rewright and all worked fine for me this is what I did but its upto you if you want to try this just backup your database case something goes wrong. what is url of the problem shop?

all te best
Darren
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to automotiveuk For This Useful Post:
aaanativearts (04-18-2007)
  #6  
Old 04-17-2007, 04:14 PM
New Member
 
Join Date: Apr 2007
Posts: 29
Thanks: 13
Thanked 1 Time in 1 Post
Rep Power: 0
aaanativearts is on a distinguished road
Default Re: Can't get Ultimate SEO working

Quote:
Originally Posted by automotiveuk View Post
...I run install-seo.php and install-cache.php removed the database and the re-installed them and enabled seo in admin select rewright...

all te best
Darren
I hadn't run the install files before, so I did it now, installing the database tables with the install files, and reset the controls in admin, but it still didn't fix the problem.

Admin table still reads "false" for reset seo cache, altho mysql table shows "true."

The .htaccess file I have is:
Code:
# $Id: .htaccess 14 2006-07-28 17:42:07Z user $
#
# 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>
# BOF: MS2 update 501112-Added
# If Search Engine Friendly URLs do not work, try enabling the
# following Apache configuration parameter
#
#AcceptPathInfo On
# EOF: MS2 update 501112-Added
# 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>
DirectoryIndex index.php index.htm index.html
php_value session.auto_start 0
I don't have access to apache/conf/httpd.conf file.

If I uncomment
Code:
AcceptPath Info On
I get an Internal server error message.

Whether I comment or uncomment
Code:
 
<IfModule mod_php4.c>
  php_value session.use_trans_sid 0
  php_value register_globals 1
</IfModule>
the site stays the same (index works, everything else broken)

Once every five or six tries, the link to new products for April works, then the next time it doesn't again, and all other links give the same message as my first post.

The site is Dropship Provider dropshipper dropshipping source
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 04-17-2007, 04:20 PM
New Member
 
Join Date: Apr 2007
Posts: 29
Thanks: 13
Thanked 1 Time in 1 Post
Rep Power: 0
aaanativearts is on a distinguished road
Default Re: Can't get Ultimate SEO working

On second look, the New Products link is working every time, but it's not a SEO url.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 04-18-2007, 03:16 AM
osCMax Testing Team
 
Join Date: Oct 2004
Location: United Kingdom
Posts: 48
Thanks: 1
Thanked 23 Times in 14 Posts
Rep Power: 0
automotiveuk will become famous soon enoughautomotiveuk will become famous soon enough
Default Re: Can't get Ultimate SEO working

Hi aaanativearts,

copy and paste these mod rewright rules into your .htaccess file and restart apache.

All the best
Darren

Code:
Options +FollowSymLinks
RewriteEngine On 
RewriteBase /

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}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following 2 Users Say Thank You to automotiveuk For This Useful Post:
aaanativearts (04-18-2007), ogilirca (03-21-2008)
  #9  
Old 03-21-2008, 01:35 AM
New Member
 
Join Date: Jul 2005
Posts: 12
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0
ogilirca
Default Re: Can't get Ultimate SEO working

worked for me derren.. thanks !!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Ultimate SEO URLs michael_s New osCommerce Contributions 0 03-13-2007 05:00 AM
Ultimate SEO URL Help jasper0 osCommerce 2.2 Modification Help 3 12-18-2006 12:39 PM
Ultimate SEO URLs cssc osCMax v2 Features Discussion 1 05-22-2006 09:23 PM
ultimate newbie.... need your help ! ohlander osCommerce 2.2 Installation Help 1 03-24-2005 05:19 AM
Ultimate SEO URLs v1.3 Contrib apexdog osCommerce 2.2 Modification Help 0 01-24-2005 09:25 AM


All times are GMT -8. The time now is 08:19 AM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax