PDA

View Full Version : <FORM> URLs


Erindesign
05-10-2008, 02:24 PM
I'm making a site with a search form, but I want it to be search engine friendly/user friendly.

I want the keyword used to appear in the url. I can do a "Get" method form but it isn't very effective. Too messy. index.php?bla=blahblah?key=blahada

Pixel2Life.com has a different system, and that is what I am after. When you search, it goes to http://www.pixel2life.com/search/all/Keyword/1/


How is this done????

abduraooft
05-10-2008, 02:47 PM
Would you expect a search engine to come and use your search form ?

Erindesign
05-10-2008, 02:53 PM
No but it searches files that people are interested and I've had a lot of links coming from other forums and websites that point to a certain search. Why not make them look good so if they are indexed, I get something out of it.

rafiki
05-10-2008, 05:38 PM
Search .htaccess friendly urls (http://www.google.co.uk/search?q=.htaccess+friendly+urls)

abduraooft
05-16-2008, 10:35 AM
I found a site, which uses some sort of tricks, http://www.urbandictionary.com/define.php?term=I+second+that
How they changed %20(url encode of space ) to +?