View Single Post
Old 02-02-2007, 09:34 AM   #9 (permalink)
SkGold
Contributing Member
 
SkGold's Avatar
 
Join Date: 12-27-06
Location: Calgary, Alberta, Canada
Posts: 163
iTrader: 0 / 0%
SkGold is on the right pathSkGold is on the right path
Quote:
Originally Posted by Hahh View Post
How should SE friendliness of the urls be checked?
This is example of URL with session ID.
Quote:
yourforum.com/yourpage.php?f=7&SID=b999e8c9c995b347
Not SE friendly at all.

This is example of URL without session ID.
Quote:
yourforum.com/yourpage.php?f=7
More SE friendly, but still not perfect. This is at least what you need to do - clear SID from URL.

This is example of SE friendly URL.
Quote:
yourforum.com/yourpage.html
To do this you need .htaccess file rewrite mode.

Most of the forum software providers have a module for this. Ask yours.
SkGold is offline   Reply With Quote