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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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? |
|
#2
| |||
| |||
| Hi, Try resetting seo cache and try again under admin |
|
#3
| |||
| |||
| 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. |
|
#4
| |||
| |||
| 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. |
|
#5
| |||
| |||
| 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 |
| The Following User Says Thank You to automotiveuk For This Useful Post: | ||
aaanativearts (04-18-2007) | ||
|
#6
| |||
| |||
| Quote:
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
If I uncomment Code: AcceptPath Info On Whether I comment or uncomment Code: <IfModule mod_php4.c> php_value session.use_trans_sid 0 php_value register_globals 1 </IfModule> 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 |
|
#7
| |||
| |||
| On second look, the New Products link is working every time, but it's not a SEO url. |
|
#8
| |||
| |||
| 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}
|
| The Following 2 Users Say Thank You to automotiveuk For This Useful Post: | ||
aaanativearts (04-18-2007), ogilirca (03-21-2008) | ||
|
#9
| |||
| |||
| worked for me derren.. thanks !! |
| Thread Tools | |
| |
| ||||
| 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 |