Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ULTIMATE Seo Urls 5 - by FWR Media


Recommended Posts

You still have one special character in there ..

 

http://www.insidehobby.de/catalog/zubehör-c-42.html

 

What I needed was the results while using the character_conversion file not using the admin settings.

 

I need to find out why the character_conversion file wasn't working.

 

After your reply i've switched to character_conversion file and resetet the cache!

 

The output is while using the file not the admin settings!

 

Thank you

Link to comment
Share on other sites

After your reply i've switched to character_conversion file and resetet the cache!

 

The output is while using the file not the admin settings!

 

Thank you

 

I'm confused then because the output is perfect .. is there a problem using the character conversion file? if so what is the problem please?

Link to comment
Share on other sites

I'm confused then because the output is perfect .. is there a problem using the character conversion file? if so what is the problem please?

 

I'm also happy by using the admin settings, I dont't need the conversion file necessarily.

 

Here is the german conversion file:

<?php

// German
 $char_convert = array('ä' => 'ae', 'ü' => 'ue', 'ö' => 'oe', 'Ä' => 'Ae',
					'Ü' => 'Ue', 'Ö' => 'Oe', 'ß' => 'ss', '&' => 'und',
					'°' => 'grad');
 ?>

 

perhaps i made a mistake :blush:

Link to comment
Share on other sites

I made the changes in the catalog/googlesitemap/index.php file as listed a couple of posts above to make the contribution work with Jack_mcs/Chemo contribution googlexml_sitemap_seo_v_1.1

 

All the sitemaps are generated in the catalog/googlesitemap directory and not the catalog directory.

 

Did I miss something ?

Link to comment
Share on other sites

I made the changes in the catalog/googlesitemap/index.php file as listed a couple of posts above to make the contribution work with Jack_mcs/Chemo contribution googlexml_sitemap_seo_v_1.1

 

All the sitemaps are generated in the catalog/googlesitemap directory and not the catalog directory.

 

Did I miss something ?

 

Found the culprit - but don't know why

in catalog/includes/config.php changed

define('DIR_FS_CATALOG', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']) . '/');

to

define('DIR_FS_CATALOG', '/Users/XXXXX/Sites/CCY/');

Link to comment
Share on other sites

I there, I have installed the latest version. I have everything working a treat until it comes to the buy now button. For some reason this is still not working. I have turned debugging on for you to take a look if you can help i would be greatful

 

 

http://www.forplaycostumesuk.com/furry-fri...;products_id=34

I dont help with templates (thats what the seller is for)

 

th search function will often help, when it dont try this in google.

 

site:http://www.oscommerce.com/forums then your search word

Link to comment
Share on other sites

I there, I have installed the latest version. I have everything working a treat until it comes to the buy now button. For some reason this is still not working. I have turned debugging on for you to take a look if you can help i would be greatful

 

 

http://www.forplaycostumesuk.com/furry-fri...;products_id=34

 

The buy now link is being created as ..

 

http://www.forplaycostumesuk.com/furry-fri...now&sort=2a

 

See the & ??

 

Querystring will not function with the htmlspecialchars version of & .. also the seo uris are being created perfectly on your site but for some reason the querystring is being somehow hardcoded.

Edited by FWR Media
Link to comment
Share on other sites

ok, any suggestions on what might be causing that. I dont have many contribs installed,

 

SEO heade tags from Jack,

magic zoom

ultra pics

google xml site maps

 

 

Thats about all really?

I dont help with templates (thats what the seller is for)

 

th search function will often help, when it dont try this in google.

 

site:http://www.oscommerce.com/forums then your search word

Link to comment
Share on other sites

I have found if i turn off the W3C Valid URLS this works (just incase someone else is having the same problem)

I dont help with templates (thats what the seller is for)

 

th search function will often help, when it dont try this in google.

 

site:http://www.oscommerce.com/forums then your search word

Link to comment
Share on other sites

Hello Robert,

 

Thank you for another great contribution and please disregard my PM now when I found this thread.

 

When I enable the Seo Url 5 in admin I get following error message when clicking on and item?

 

 

 

Page not found

The page you were looking for could not be found. Please click the below link to return to Kool Kat Jazz Records

 

Kool Kat Jazz Records

 

 

Warning: file_put_contents() [function.file-put-contents]: open_basedir restriction in effect. File(\home\wihirt\www\catalog/includes/modules/ultimate_seo_urls5/cache/1_usucache.cache) is not within the allowed path(s): (/home/wihirt:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/wihirt/public_html/catalog/includes/modules/ultimate_seo_urls5/classes/Usu_Cache_FileSystem.php on line 35

 

Warning: file_put_contents(\home\wihirt\www\catalog/includes/modules/ultimate_seo_urls5/cache/1_usucache.cache) [function.file-put-contents]: failed to open stream: Operation not permitted in /home/wihirt/public_html/catalog/includes/modules/ultimate_seo_urls5/classes/Usu_Cache_FileSystem.php on line 35

 

But as soon as I disable it in admin I can reach the page, what did I do wrong?

 

Please advise

 

Cheers

Link to comment
Share on other sites

Hello Robert,

 

Thank you for another great contribution and please disregard my PM now when I found this thread.

 

When I enable the Seo Url 5 in admin I get following error message when clicking on and item?

 

 

 

Page not found

The page you were looking for could not be found. Please click the below link to return to Kool Kat Jazz Records

 

Kool Kat Jazz Records

 

 

Warning: file_put_contents() [function.file-put-contents]: open_basedir restriction in effect. File(\home\wihirt\www\catalog/includes/modules/ultimate_seo_urls5/cache/1_usucache.cache) is not within the allowed path(s): (/home/wihirt:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/wihirt/public_html/catalog/includes/modules/ultimate_seo_urls5/classes/Usu_Cache_FileSystem.php on line 35

 

Warning: file_put_contents(\home\wihirt\www\catalog/includes/modules/ultimate_seo_urls5/cache/1_usucache.cache) [function.file-put-contents]: failed to open stream: Operation not permitted in /home/wihirt/public_html/catalog/includes/modules/ultimate_seo_urls5/classes/Usu_Cache_FileSystem.php on line 35

 

But as soon as I disable it in admin I can reach the page, what did I do wrong?

 

Please advise

 

Cheers

 

Your server settings do not allow the use of the file based cache where it is located change the cache method in admin to database.

Link to comment
Share on other sites

How do i get the manufacturername "levis" at the beginning of the url?

 

like this hxxp // xxxxx.com/levis-pants-p-103.html

 

You can't currently and it is not something that I have seen requested enough to make it a worthwhile addition at this stage I'm afraid.

Link to comment
Share on other sites

Robert,

 

The error message is gone but I get this,

 

Page not found

The page you were looking for could not be found. Please click the below link to return to Kool Kat Jazz Records

 

Kool Kat Jazz Records

 

Any idea?

 

Cheers

Link to comment
Share on other sites

Robert,

 

The error message is gone but I get this,

 

Page not found

The page you were looking for could not be found. Please click the below link to return to Kool Kat Jazz Records

 

Kool Kat Jazz Records

 

Any idea?

 

Cheers

 

Sounds like you have the seo url option set to rewrite and either your hosts do not support it or you have RewriteBase set incorrectly in .htaccess.

Link to comment
Share on other sites

I have the rewrite option in admin set to standard and in htaccess rewritebase is /catalog/

 

I'd need a link to the site.

Link to comment
Share on other sites

www.koolkatjazz.com

 

.htaccess

 

RewriteBase /catalog/

Link to comment
Share on other sites

Yes it on in Admin

 

Enable Seo Url set to "True"

This is a copy of link from you store http://www.koolkatjazz.com/catalog/index.php?cPath=45

or http://www.koolkatjazz.com/catalog/product...products_id=231

try it out yourself http://www.koolkatjazz.com/catalog/ cant see .htaccess file to check what rewrite base you have in there

Link to comment
Share on other sites

Here is my .htaccess file

 

# $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>

 

# 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>

# Ultimate SEO URLs BEGIN

Options +FollowSymLinks

RewriteEngine On

RewriteBase /catalog/

 

RewriteCond %{QUERY_STRING} ^options\=(.*)$

RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2%1

RewriteRule ^(.*)-p-([0-9]+).html$ product_info.php?products_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-c-([0-9_]+).html$ index.php?cPath=$2&%{QUERY_STRING}

RewriteRule ^(.*)-m-([0-9]+).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-pi-([0-9]+).html$ popup_image.php?pID=$2&%{QUERY_STRING}

RewriteRule ^(.*)-pr-([0-9]+).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-pri-([0-9]+).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}

# Articles contribution

RewriteRule ^(.*)-t-([0-9_]+).html$ articles.php?tPath=$2&%{QUERY_STRING}

RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php?articles_id=$2&%{QUERY_STRING}

# Information pages

RewriteRule ^(.*)-i-([0-9]+).html$ information.php?info_id=$2&%{QUERY_STRING}

# Links contribution

RewriteRule ^(.*)-links-([0-9_]+).html$ links.php?lPath=$2&%{QUERY_STRING}

# Newsdesk contribution

RewriteRule ^(.*)-n-([0-9]+).html$ newsdesk_info.php?newsdesk_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-nc-([0-9]+).html$ newsdesk_index.php?newsPath=$2&%{QUERY_STRING}

RewriteRule ^(.*)-nri-([0-9]+).html$ newsdesk_reviews_info.php?newsdesk_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-nra-([0-9]+).html$ newsdesk_reviews_article.php?newsdesk_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING}

# Added polls and newsdesk

#RewriteRule ^(.*)-po-([0-9]+).html$ pollbooth.php?pollid=$2&%{QUERY_STRING}

RewriteRule ^(.*)-n-(.*).html$ newsdesk_info.php?newsdesk_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-nc-(.*).html$ newsdesk_index.php?newsPath=$2&%{QUERY_STRING}

RewriteRule ^(.*)-nri-(.*).html$ newsdesk_reviews_info.php?newsdesk_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-nra-(.*).html$ newsdesk_reviews_article.php?newsdesk_id=$2&%{QUERY_STRING}

# BOF: Faqdesk support added by faaliyet

RewriteRule ^(.*)-f-(.*).html$ faqdesk_info.php?faqdesk_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-fc-(.*).html$ faqdesk_index.php?faqPath=$2&%{QUERY_STRING}

RewriteRule ^(.*)-fri-(.*).html$ faqdesk_reviews_info.php?faqdesk_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-fra-(.*).html$ faqdesk_reviews_article.php?faqdesk_id=$2&%{QUERY_STRING}

# EOF: Faqdesk support added by faaliyet

# Ultimate SEO URLs END

 

# Block Bad Bots

RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR]

RewriteCond %{HTTP_USER_AGENT} ^Bot\ mailto:[email protected] [OR]

RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR]

RewriteCond %{HTTP_USER_AGENT} ^Custo [OR]

RewriteCond %{HTTP_USER_AGENT} ^DISCo [OR]

RewriteCond %{HTTP_USER_AGENT} ^Download\ Demon [OR]

RewriteCond %{HTTP_USER_AGENT} ^eCatch [OR]

RewriteCond %{HTTP_USER_AGENT} ^EirGrabber [OR]

RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [OR]

RewriteCond %{HTTP_USER_AGENT} ^EmailWolf [OR]

RewriteCond %{HTTP_USER_AGENT} ^Express\ WebPictures [OR]

RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [OR]

RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [OR]

RewriteCond %{HTTP_USER_AGENT} ^FlashGet [OR]

RewriteCond %{HTTP_USER_AGENT} ^GetRight [OR]

RewriteCond %{HTTP_USER_AGENT} ^GetWeb! [OR]

RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla [OR]

RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It [OR]

RewriteCond %{HTTP_USER_AGENT} ^GrabNet [OR]

RewriteCond %{HTTP_USER_AGENT} ^Grafula [OR]

RewriteCond %{HTTP_USER_AGENT} ^HMView [OR]

RewriteCond %{HTTP_USER_AGENT} HTTrack [NC,OR]

RewriteCond %{HTTP_USER_AGENT} ^Image\ Stripper [OR]

RewriteCond %{HTTP_USER_AGENT} ^Image\ Sucker [OR]

RewriteCond %{HTTP_USER_AGENT} Indy\ Library [NC,OR]

RewriteCond %{HTTP_USER_AGENT} ^InterGET [OR]

RewriteCond %{HTTP_USER_AGENT} ^Internet\ Ninja [OR]

RewriteCond %{HTTP_USER_AGENT} ^JetCar [OR]

RewriteCond %{HTTP_USER_AGENT} ^JOC\ Web\ Spider [OR]

RewriteCond %{HTTP_USER_AGENT} ^larbin [OR]

RewriteCond %{HTTP_USER_AGENT} ^LeechFTP [OR]

RewriteCond %{HTTP_USER_AGENT} ^Mass\ Downloader [OR]

RewriteCond %{HTTP_USER_AGENT} ^MIDown\ tool [OR]

RewriteCond %{HTTP_USER_AGENT} ^Mister\ PiX [OR]

RewriteCond %{HTTP_USER_AGENT} ^Navroad [OR]

RewriteCond %{HTTP_USER_AGENT} ^NearSite [OR]

RewriteCond %{HTTP_USER_AGENT} ^NetAnts [OR]

RewriteCond %{HTTP_USER_AGENT} ^NetSpider [OR]

RewriteCond %{HTTP_USER_AGENT} ^Net\ Vampire [OR]

RewriteCond %{HTTP_USER_AGENT} ^NetZIP [OR]

RewriteCond %{HTTP_USER_AGENT} ^Octopus [OR]

RewriteCond %{HTTP_USER_AGENT} ^Offline\ Explorer [OR]

RewriteCond %{HTTP_USER_AGENT} ^Offline\ Navigator [OR]

RewriteCond %{HTTP_USER_AGENT} ^PageGrabber [OR]

RewriteCond %{HTTP_USER_AGENT} ^Papa\ Foto [OR]

RewriteCond %{HTTP_USER_AGENT} ^pavuk [OR]

RewriteCond %{HTTP_USER_AGENT} ^pcBrowser [OR]

RewriteCond %{HTTP_USER_AGENT} ^RealDownload [OR]

RewriteCond %{HTTP_USER_AGENT} ^ReGet [OR]

RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger [OR]

RewriteCond %{HTTP_USER_AGENT} ^SmartDownload [OR]

RewriteCond %{HTTP_USER_AGENT} ^SuperBot [OR]

RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP [OR]

RewriteCond %{HTTP_USER_AGENT} ^Surfbot [OR]

RewriteCond %{HTTP_USER_AGENT} ^tAkeOut [OR]

RewriteCond %{HTTP_USER_AGENT} ^Teleport\ Pro [OR]

RewriteCond %{HTTP_USER_AGENT} ^VoidEYE [OR]

RewriteCond %{HTTP_USER_AGENT} ^Web\ Image\ Collector [OR]

RewriteCond %{HTTP_USER_AGENT} ^Web\ Sucker [OR]

RewriteCond %{HTTP_USER_AGENT} ^WebAuto [OR]

RewriteCond %{HTTP_USER_AGENT} ^WebCopier [OR]

RewriteCond %{HTTP_USER_AGENT} ^WebFetch [OR]

RewriteCond %{HTTP_USER_AGENT} ^WebGo\ IS [OR]

RewriteCond %{HTTP_USER_AGENT} ^WebLeacher [OR]

RewriteCond %{HTTP_USER_AGENT} ^WebReaper [OR]

RewriteCond %{HTTP_USER_AGENT} ^WebSauger [OR]

RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor [OR]

RewriteCond %{HTTP_USER_AGENT} ^Website\ Quester [OR]

RewriteCond %{HTTP_USER_AGENT} ^WebStripper [OR]

RewriteCond %{HTTP_USER_AGENT} ^WebWhacker [OR]

RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR]

RewriteCond %{HTTP_USER_AGENT} ^Wget [OR]

RewriteCond %{HTTP_USER_AGENT} ^Widow [OR]

RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [OR]

RewriteCond %{HTTP_USER_AGENT} ^Xaldon\ WebSpider [OR]

RewriteCond %{HTTP_USER_AGENT} ^Zeus

RewriteRule .* - [F]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...