Quote:
Originally Posted by Hahh
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.