Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Search Friendly Url And Windows Iis Server


Recommended Posts

Hi @ll

 

I searched now a long time for a Search Friendly URL constrib wich support Windows/IIS Isapi_rewrite but i have nothing found! I am slowly to despair! Please help me! thanks!

 

 

cName & pName

Link to comment
Share on other sites

 

Thank you, but that's not what i'm looking for. Cause most of searchengines stops by spidering a website when they found a ? in the URL, so i search a constrib with Rewrite Rule wich modify for example:

 

http://www.xxxxxxx.com/shop/hardware/pccar...26/product_id/5

http://www.xxxxxxx.com/shop/index.php?cPat...mp;product_id=5

 

This should be nevertheless possible!

I tried self to make a Rewrite Rule, but my problem was that I could no more add products to the shopping cart and i don't know why. The navigation self works!

So far I came:

-------------------------------------------------------------------

[iSAPI_Rewrite]

 

# Defend your computer from some worm attacks

RewriteRule .*(?:global.asa|default\.ida|root\.exe|\.\.).* . [F,I,O]

 

RewriteRule (.*admin/.*)$ $1 [L]

 

RewriteRule ^/shop/(.*)/index.php/cPath/(.*) /shop/index.php\?cPath=$2 [L]

RewriteRule ^/shop/(.*)/(.*)/index.php/cPath/(.*) /shop/index.php\?cPath=$3&test=$4 [L]

RewriteRule ^/shop/(.*)/product_info.php/products_id/(.*) /shop/product_info.php\?products_id=$2&test=$2 [L]

RewriteRule ^/shop/product_info.php/products_id/(.*) /shop/product_info.php\?products_id=$1[L]

RewriteRule ^/shop/(.*)/(.*)/product_info.php/cPath/(.*)/products_id/(.*) /shop/product_info.php\?cPath=$3&products_id=$4[L]

RewriteRule ^/shop/(.*)/(.*)/product_info.php/action/(.*)/ /shop/product_info.php\?action=$3 [L]

-----------------------------------------------------------------------

 

Can someone help? Do knows a way to make the right rules? Or a Constrib wich included all this?

Thank for all help!

Link to comment
Share on other sites

well ok you have a plugin for IIS to simulate apache now isnt' it? I mean it's not good at all, but anyways having it you can use the existing seo url contributions. Have you checked them yet?

 

 

Cause most of searchengines stops by spidering a website when they found a ? in the URL, so i search a constrib with Rewrite Rule wich modify for example:

where did you read that? Do you know the search engine internals?

 

Why don't you check it out?

http://www.google.ca/search?hl=en&ie=I...e.com&meta=

looks to me they're fully indexed with all kinds of parameters.

Edited by enigma1
Link to comment
Share on other sites

Thank you, but that's not what i'm looking for. Cause most of searchengines stops by spidering a website when they found a ? in the URL, so i search a constrib with Rewrite Rule wich modify for example:

 

That is outdated info from several years ago. None of the major search engines today stops or have any problems with spidering/indexing pages with ? in the url.

Link to comment
Share on other sites

Thank you for your replys!

 

well ok you have a plugin for IIS to simulate apache now isnt' it?

 

No I don't have a plugin and i can't run a plugin on my server, cause i just rent a space on it.

 

That is outdated info from several years ago. None of the major search engines today stops or have any problems with spidering/indexing pages with ? in the url.

 

I read that on many site, but unfortunatly there was nowhere an issue date.

So I investigated now and found this:

 

http://googlewebmastercentral.blogspot.com...guidelines.html

 

So you're right!

Thanks alot!

 

Do you know good constribs to configure the shop searchengine friendly?

On wich one I must specialy look for?

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