Posted by Bob Bedford on 11/12/05 00:13
Hello there,
I've tried various tutorials on many websites but I absolutely don't
understand how it works.
My webserver has mor_rewrite enabled.
I've a website where I manage electronics stuffs.
So I've a search engine in my site wich get values from MySQL.
when a query is done, I may have this:
www.mysite.com/index.php?type=television&make=sony&diagonal=70&pricefrom=1000&priceto=&color=
this gives me any sony television wich is 70cm diagonal and wich price is
more than 1000 Euros.
clicking on any item Ill have:
www.mysite.com/item.php?id=3998
Isn't very good for search engines, and it can't be found.
My goal is to have something like:
www.mysite.com/television/sony/70/>1000 to get the list and
www.mysite.com/television/sony/70/>1000/3998.html for the item or something
similar
This is because I want the search engine to get some words when looking at
my pages and then being referenced for the interesting words (like sony
television)
How to do so ? Also the people may be able to bookmark every article and I
must be able to retrieve the article or redirect to the index page if the
article isn't available anymore.
any link that explain well with lot of examples...or a very good tutorial
for newbie.
Bob
Navigation:
[Reply to this message]
|