Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ULTIMATE Seo Urls 5 - by FWR Media


Recommended Posts

After doing this change it says:

 

FWR Debug: basename=index.phpQuerystring = catalog=boltvarerc64 Compare = index.php

 

FWR Debug: basename=product_info.phpQuerystring = catalog=bsemagnettanktaskemodelmultip2268 Compare = product_info.php

 

each line represent one click! One click on a catagori, one click on a product.

 

Regards

Lars

 

I have seen this before with the old series 2 seo urls, it is some sort of site configuration error, but I can't remember the cause at this moment. Could you put the site back to osCommerce urls please.

Link to comment
Share on other sites

You have got some redirect to catalog in your .htaccess, could you post it here please.

Link to comment
Share on other sites

Not really sure what you want me to do??

 

Regards

Lars

 

Post the contents of your .htaccess file both in the root and the catalog directories.

 

Something on your server is creating a bad rewrite or redirection.

Link to comment
Share on other sites

No .. I know what it is .. your configuration file is wrong.

 

Post includes/configure.php leaving out the database credentials.

Link to comment
Share on other sites

I sent you a PM.

 

Regards

Lars

 

Yes post your configure.php file as asked above please.

Link to comment
Share on other sites

Hi. Ok to remove the debug line, and make SEO Enable = False again??

 

Regards

Lars

 

Yes .. I never asked you to turn it on in fact.

Link to comment
Share on other sites

Yes Lars your configure.php file was wrong so it was never going to work.

 

Have pm'd you corrections.

Link to comment
Share on other sites

Yes Lars your configure.php file was wrong so it was never going to work.

 

Have pm'd you corrections.

 

Hi,

 

I changed the configure.php according to your new file. I had to keep as is: define('HTTPS_SERVER', 'https://betaling.wannafind.dk/proxy/p.php/'); because this is my creditcard relay payment path.

After the change SEO works, but my creditcard relay payment does not. Now part of the path is missing /catalog/ part.

I get a 'page not found' due to this incorrect path:

 

https://betaling.wannafind.dk/proxy/p.php/http://dinmc.dk/checkout_success.php?osCsid=a05d77f955ea58311ca505f00ca24ea3

 

To correct is: https://betaling.wannafind.dk/proxy/p.php/http://dinmc.dk/catalog/checkout_success.php?osCsid=a05d77f955ea58311ca505f00ca24ea3

 

...as you can se a /catalog/ is missing using the new configure.php. Don't know how to solve this.

Damm!! You put i lot of efford to help me.

 

Regards

Lars

Link to comment
Share on other sites

Hi,

 

I changed the configure.php according to your new file. I had to keep as is: define('HTTPS_SERVER', 'https://betaling.wannafind.dk/proxy/p.php/'); because this is my creditcard relay payment path.

After the change SEO works, but my creditcard relay payment does not. Now part of the path is missing /catalog/ part.

I get a 'page not found' due to this incorrect path:

 

https://betaling.wannafind.dk/proxy/p.php/http://dinmc.dk/checkout_success.php?osCsid=a05d77f955ea58311ca505f00ca24ea3

 

To correct is: https://betaling.wannafind.dk/proxy/p.php/http://dinmc.dk/catalog/checkout_success.php?osCsid=a05d77f955ea58311ca505f00ca24ea3

 

...as you can se a /catalog/ is missing using the new configure.php. Don't know how to solve this.

Damm!! You put i lot of efford to help me.

 

Regards

Lars

 

Ok glad you got it sorted, I knew it had to be a local issue and nothing to do with USU5.

 

Re: Your latest issue this is outside of support for USU5 as it is not related. So if the following doesn't work please take the problem to "General Support".

 

Because your configure.php was incorrect this credit card module ( and probably other things ) were set up expecting the incorrect values e.g. HTTP_SERVER containing www.mysite.co/catalog/ and not the correct value www.mysite.com.

 

This is why it is failing, in that file you obviously have some code like ..

 

 $url = 'https://betaling.wannafind.dk/proxy/p.php/' . HTTP_SERVER . '/checkout_success.php';

 

It would now need to be ..

 

$url = 'https://betaling.wannafind.dk/proxy/p.php/' . HTTP_SERVER . DIR_WS_CATALOG . '/checkout_success.php';

 

Or more correctly ..

 

  $url = 'https://betaling.wannafind.dk/proxy/p.php/' . tep_href_link( FILENAME_CHECKOUT_SUCCESS, '', 'NONSSL', true );

Link to comment
Share on other sites

Ok glad you got it sorted, I knew it had to be a local issue and nothing to do with USU5.

 

Re: Your latest issue this is outside of support for USU5 as it is not related. So if the following doesn't work please take the problem to "General Support".

 

Because your configure.php was incorrect this credit card module ( and probably other things ) were set up expecting the incorrect values e.g. HTTP_SERVER containing www.mysite.co/catalog/ and not the correct value www.mysite.com.

 

This is why it is failing, in that file you obviously have some code like ..

 

 $url = 'https://betaling.wannafind.dk/proxy/p.php/' . HTTP_SERVER . '/checkout_success.php';

 

It would now need to be ..

 

$url = 'https://betaling.wannafind.dk/proxy/p.php/' . HTTP_SERVER . DIR_WS_CATALOG . '/checkout_success.php';

 

Or more correctly ..

 

  $url = 'https://betaling.wannafind.dk/proxy/p.php/' . tep_href_link( FILENAME_CHECKOUT_SUCCESS, '', 'NONSSL', true );

 

I found this line:

 

tep_redirect('https://betaling.wannafind.dk/proxy/p.php/' . HTTP_SERVER . DIR_WS_CATALOG . FILENAME_CHECKOUT_PBSCC . '?' . tep_session_name() . '=' . urlencode(tep_session_id()) );

 

...but I do know know enough to read it - but I think that's the URL

 

Any hints?

 

Regards

Lars

Link to comment
Share on other sites

 

Any hints?

 

Regards

Lars

 

Not here Lars, this is the support topic for USU5 and this isn't related. Post in the General Support forum.

Link to comment
Share on other sites

for whatever reason I'm still seeing the osc id with all the numbers/letters after it after full install...

 

Then post in General Support that you have a persistent oscSid issue. It is not related to USU5.

Link to comment
Share on other sites

Thanks Robert for the super contib you have created and with great support. If more people would write instructions such as you have us dummies would ask less questions. I have installed the newest version Linux 2.6.18-92.1.22.el5PAE, Apache/2.2.12 (Unix) mod_ssl/2.2.12 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4,5.2.9 (Zend: 2.2.0),osCommerce Online Merchant v2.2 RC2a

All seems to work in standard or rewrite but when I hover over the details button on a product I use to get

http://sansabalongdrive.com/products_info.php'>http://sansabalongdrive.com/products_info.php?products_id=xxxxxxx'>http://sansabalongdrive.com/products_info.php'>http://sansabalongdrive.com/products_info.php?products_id=xxxxxxx but now I get http://sansabalongdrive.com/products_info.php'>http://sansabalongdrive.com/products_info.php only. I figured I made a mistake and checked the files 3 times and then uninstalled it and tried it again still with no luck, when I hit the details link I see Product not found! I suppose I could just remove the details button because the details of the products will come up if I hit the product name or the image.

Thanks Bo

http://sansabalongdrive.com

Have included the debug for you

 

 

 

 

ULTIMATE Seo Urls 5 - Performance

Standard URI produced: 18

SEO URI produced: 50

Query Count: 1

Queries Saved: 121

Cache load time: 0.0007 seconds

Cache File Size: 2.83 kb

Standard Urls:

http://sansabalongdrive.com/products_new.php

http://sansabalongdrive.com/specials.php

http://sansabalongdrive.com/account.php

http://sansabalongdrive.com/contact_us.php

http://sansabalongdrive.com/about_us.php

http://sansabalongdrive.com/shipping.php

http://sansabalongdrive.com/products_new.php

http://sansabalongdrive.com/shopping_cart.php

http://sansabalongdrive.com/products_new.php?action=buy_now&products_id=79

http://sansabalongdrive.com/products_new.php?action=buy_now&products_id=80

http://sansabalongdrive.com/products_new.php?action=buy_now&products_id=81

http://sansabalongdrive.com/products_new.php?action=buy_now&products_id=82

http://sansabalongdrive.com/specials.php

http://sansabalongdrive.com/advanced_search.php

http://sansabalongdrive.com/reviews.php

http://sansabalongdrive.com/create_account.php

http://sansabalongdrive.com/login.php

http://sansabalongdrive.com/privacy.php

Seo Urls:

http://sansabalongdrive.com/index.php

http://sansabalongdrive.com/mirato-products-malizia-les-aromes-c-28_30.html

http://sansabalongdrive.com/mirato-products-c-28.html

http://sansabalongdrive.com/mirato-products-malizia-les-aromes-c-28_30.html

http://sansabalongdrive.com/index.php

http://sansabalongdrive.com/index.php

http://sansabalongdrive.com/index.php

http://sansabalongdrive.com/mirato-products-malizia-les-aromes-c-28_30.html?language=en

http://sansabalongdrive.com/geek-custom-fairwaywoods-c-27.html

http://sansabalongdrive.com/mirato-products-c-28.html

http://sansabalongdrive.com/mirato-products-intesa-sex-uni-sex-c-28_37.html

http://sansabalongdrive.com/mirato-products-malizia-bon-bons-c-28_29.html

http://sansabalongdrive.com/mirato-products-malizia-les-aromes-c-28_30.html

http://sansabalongdrive.com/mirato-products-malizia-pour-femme-c-28_31.html

http://sansabalongdrive.com/mirato-products-malizia-profumo-dintesa-c-28_35.html

http://sansabalongdrive.com/mirato-products-malizia-sport-c-28_34.html

http://sansabalongdrive.com/mirato-products-malizia-unisex-c-28_32.html

http://sansabalongdrive.com/mirato-products-malizia-uomo-c-28_33.html

http://sansabalongdrive.com/geek-driver-heads-c-13.html

http://sansabalongdrive.com/geek-head-covers-c-14.html

http://sansabalongdrive.com/geek-golf-bags-c-15.html

http://sansabalongdrive.com/geek-fairwaywoods-c-16.html

http://sansabalongdrive.com/geek-longdrive-clubs-c-17.html

http://sansabalongdrive.com/geek-custom-drivers-c-18.html

http://sansabalongdrive.com/geek-golf-shirts-c-19.html

http://sansabalongdrive.com/geek-golf-components-c-20.html

http://sansabalongdrive.com/golf-balls-c-21.html

http://sansabalongdrive.com/custom-putters-c-22.html

http://sansabalongdrive.com/used-longdrive-drivers-c-23.html

http://sansabalongdrive.com/geek-golf-hats-c-24.html

http://sansabalongdrive.com/golf-shafts-c-25.html

http://sansabalongdrive.com/golf-tees-c-26.html

http://sansabalongdrive.com/mirato-products-malizia-les-aromes-c-28_30.html?sort=2d&page=1

http://sansabalongdrive.com/mirato-products-malizia-les-aromes-c-28_30.html?sort=3a&page=1

http://sansabalongdrive.com/maliza-edt-asja-musk-p-79.html

http://sansabalongdrive.com/maliza-edt-asja-musk-p-79.html

http://sansabalongdrive.com/mirato-products-malizia-les-aromes-c-28_30.html?products_id=79&action=buy_now&sort=2a

http://sansabalongdrive.com/product_info.php

http://sansabalongdrive.com/malizia-edt-thai-vanilla-p-80.html

http://sansabalongdrive.com/malizia-edt-thai-vanilla-p-80.html

http://sansabalongdrive.com/mirato-products-malizia-les-aromes-c-28_30.html?products_id=80&action=buy_now&sort=2a

http://sansabalongdrive.com/product_info.php

http://sansabalongdrive.com/malizia-edt-java-tea-p-81.html

http://sansabalongdrive.com/malizia-edt-java-tea-p-81.html

http://sansabalongdrive.com/mirato-products-malizia-les-aromes-c-28_30.html?products_id=81&action=buy_now&sort=2a

http://sansabalongdrive.com/product_info.php

http://sansabalongdrive.com/malizia-edt-oriental-ambra-p-82.html

http://sansabalongdrive.com/malizia-edt-oriental-ambra-p-82.html

http://sansabalongdrive.com/mirato-products-malizia-les-aromes-c-28_30.html?products_id=82&action=buy_now&sort=2a

http://sansabalongdrive.com/product_info.php

Queries:

SELECT * FROM `usu_cache` WHERE cache_name = '1_usucache.cache'

Link to comment
Share on other sites

Thanks Robert for the super contib you have created and with great support. If more people would write instructions such as you have us dummies would ask less questions. I have installed the newest version Linux 2.6.18-92.1.22.el5PAE, Apache/2.2.12 (Unix) mod_ssl/2.2.12 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4,5.2.9 (Zend: 2.2.0),osCommerce Online Merchant v2.2 RC2a

All seems to work in standard or rewrite but when I hover over the details button on a product I use to get

http://sansabalongdrive.com/products_info.php'>http://sansabalongdrive.com/products_info.php?products_id=xxxxxxx'>http://sansabalongdrive.com/products_info.php'>http://sansabalongdrive.com/products_info.php?products_id=xxxxxxx but now I get http://sansabalongdrive.com/products_info.php'>http://sansabalongdrive.com/products_info.php only. I figured I made a mistake and checked the files 3 times and then uninstalled it and tried it again still with no luck, when I hit the details link I see Product not found! I suppose I could just remove the details button because the details of the products will come up if I hit the product name or the image.

Thanks Bo

http://sansabalongdrive.com

Have included the debug for you

 

 

 

 

ULTIMATE Seo Urls 5 - Performance

Standard URI produced: 18

SEO URI produced: 50

Query Count: 1

Queries Saved: 121

Cache load time: 0.0007 seconds

Cache File Size: 2.83 kb

Standard Urls:

http://sansabalongdrive.com/products_new.php

http://sansabalongdrive.com/specials.php

http://sansabalongdrive.com/account.php

http://sansabalongdrive.com/contact_us.php

http://sansabalongdrive.com/about_us.php

http://sansabalongdrive.com/shipping.php

http://sansabalongdrive.com/products_new.php

http://sansabalongdrive.com/shopping_cart.php

http://sansabalongdrive.com/products_new.php?action=buy_now&products_id=79

http://sansabalongdrive.com/products_new.php?action=buy_now&products_id=80

http://sansabalongdrive.com/products_new.php?action=buy_now&products_id=81

http://sansabalongdrive.com/products_new.php?action=buy_now&products_id=82

http://sansabalongdrive.com/specials.php

http://sansabalongdrive.com/advanced_search.php

http://sansabalongdrive.com/reviews.php

http://sansabalongdrive.com/create_account.php

http://sansabalongdrive.com/login.php

http://sansabalongdrive.com/privacy.php

Seo Urls:

http://sansabalongdrive.com/index.php

http://sansabalongdrive.com/mirato-products-malizia-les-aromes-c-28_30.html

http://sansabalongdrive.com/mirato-products-c-28.html

http://sansabalongdrive.com/mirato-products-malizia-les-aromes-c-28_30.html

http://sansabalongdrive.com/index.php

http://sansabalongdrive.com/index.php

http://sansabalongdrive.com/index.php

http://sansabalongdrive.com/mirato-products-malizia-les-aromes-c-28_30.html?language=en

http://sansabalongdrive.com/geek-custom-fairwaywoods-c-27.html

http://sansabalongdrive.com/mirato-products-c-28.html

http://sansabalongdrive.com/mirato-products-intesa-sex-uni-sex-c-28_37.html

http://sansabalongdrive.com/mirato-products-malizia-bon-bons-c-28_29.html

http://sansabalongdrive.com/mirato-products-malizia-les-aromes-c-28_30.html

http://sansabalongdrive.com/mirato-products-malizia-pour-femme-c-28_31.html

http://sansabalongdrive.com/mirato-products-malizia-profumo-dintesa-c-28_35.html

http://sansabalongdrive.com/mirato-products-malizia-sport-c-28_34.html

http://sansabalongdrive.com/mirato-products-malizia-unisex-c-28_32.html

http://sansabalongdrive.com/mirato-products-malizia-uomo-c-28_33.html

http://sansabalongdrive.com/geek-driver-heads-c-13.html

http://sansabalongdrive.com/geek-head-covers-c-14.html

http://sansabalongdrive.com/geek-golf-bags-c-15.html

http://sansabalongdrive.com/geek-fairwaywoods-c-16.html

http://sansabalongdrive.com/geek-longdrive-clubs-c-17.html

http://sansabalongdrive.com/geek-custom-drivers-c-18.html

http://sansabalongdrive.com/geek-golf-shirts-c-19.html

http://sansabalongdrive.com/geek-golf-components-c-20.html

http://sansabalongdrive.com/golf-balls-c-21.html

http://sansabalongdrive.com/custom-putters-c-22.html

http://sansabalongdrive.com/used-longdrive-drivers-c-23.html

http://sansabalongdrive.com/geek-golf-hats-c-24.html

http://sansabalongdrive.com/golf-shafts-c-25.html

http://sansabalongdrive.com/golf-tees-c-26.html

http://sansabalongdrive.com/mirato-products-malizia-les-aromes-c-28_30.html?sort=2d&page=1

http://sansabalongdrive.com/mirato-products-malizia-les-aromes-c-28_30.html?sort=3a&page=1

http://sansabalongdrive.com/maliza-edt-asja-musk-p-79.html

http://sansabalongdrive.com/maliza-edt-asja-musk-p-79.html

http://sansabalongdrive.com/mirato-products-malizia-les-aromes-c-28_30.html?products_id=79&action=buy_now&sort=2a

http://sansabalongdrive.com/product_info.php

http://sansabalongdrive.com/malizia-edt-thai-vanilla-p-80.html

http://sansabalongdrive.com/malizia-edt-thai-vanilla-p-80.html

http://sansabalongdrive.com/mirato-products-malizia-les-aromes-c-28_30.html?products_id=80&action=buy_now&sort=2a

http://sansabalongdrive.com/product_info.php

http://sansabalongdrive.com/malizia-edt-java-tea-p-81.html

http://sansabalongdrive.com/malizia-edt-java-tea-p-81.html

http://sansabalongdrive.com/mirato-products-malizia-les-aromes-c-28_30.html?products_id=81&action=buy_now&sort=2a

http://sansabalongdrive.com/product_info.php

http://sansabalongdrive.com/malizia-edt-oriental-ambra-p-82.html

http://sansabalongdrive.com/malizia-edt-oriental-ambra-p-82.html

http://sansabalongdrive.com/mirato-products-malizia-les-aromes-c-28_30.html?products_id=82&action=buy_now&sort=2a

http://sansabalongdrive.com/product_info.php

Queries:

SELECT * FROM `usu_cache` WHERE cache_name = '1_usucache.cache'

 

Hi Bo

 

This would simply mean that the file producing the buy now links is not using the correct tep_href_link() function.

Link to comment
Share on other sites

Hi Bo

 

This would simply mean that the file producing the buy now links is not using the correct tep_href_link() function.

Thanks for the quick responce Robert. I will look for the answer in the general help section boy I bet the answer will be slow coming. LOL!!! Do you have any Ideal what the correct function is? I will look for it myself if you do.

Thanks Bo

Link to comment
Share on other sites

Thanks for the quick responce Robert. I will look for the answer in the general help section boy I bet the answer will be slow coming. LOL!!! Do you have any Ideal what the correct function is? I will look for it myself if you do.

Thanks Bo

 

Look in the file that is generating the buy now buttons that are not being converted to seo urls. The links should be being produced using tep_href_link() in the code .. like ..

 

<a href="' . tep_href_link( FILENAME_WHATEVER ) . '">I am a link</a>

 

If you find href links that are not using tep_href_link() you have found your problem.

Link to comment
Share on other sites

Look in the file that is generating the buy now buttons that are not being converted to seo urls. The links should be being produced using tep_href_link() in the code .. like ..

 

<a href="' . tep_href_link( FILENAME_WHATEVER ) . '">I am a link</a>

 

If you find href links that are not using tep_href_link() you have found your problem.

 

Thanks Robert I will look for it and post back in case someone has the same problem.

Bo

Link to comment
Share on other sites

Look in the file that is generating the buy now buttons that are not being converted to seo urls. The links should be being produced using tep_href_link() in the code .. like ..

 

<a href="' . tep_href_link( FILENAME_WHATEVER ) . '">I am a link</a>

 

If you find href links that are not using tep_href_link() you have found your problem.

This is a strange looking link. Anyone see a problem with it?

<a href="' . tep_href_link('product_info.php?products_id='.$p_id) . '">'.tep_image_button("button_details.gif").'</a><br />'.tep_draw_separator('spacer.gif', '1', '5').'<br /><a href="'.tep_href_link("products_new.php","action=buy_now&products_id=".$p_id).'">'.tep_image_button('button_add_to_cart1.gif').'</a></td></tr>

Thanks Bo

Link to comment
Share on other sites

hello ther is a bug in Menu.

 

I have one categorie e four subcategories when I click in a categories open one windows with 4 subcategories when i click in one subcategories the menu on the left automatic close

 

sorry for my bad english

 

i hope someone help me

 

thak you

 

example

 

1categories---->

1subcategorie

2subcategorie

3subcategorie

4subcategorie

 

2categorie

3categorie

.....

 

when i click in one subcategorie i go to the page of subcategorie but the menu automatic close for example

 

1categorie

2categorie

3categorie

 

the menu must be open!

 

thank you

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