Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: namxas on October 18, 2005, 04:41:55 AM

Title: SEF url rewrite for SMF
Post by: namxas on October 18, 2005, 04:41:55 AM
Dear all,

Please share here how to make SMF to becoming more search engine friendly, I've been searching everywhere but what I've got is biased.

Maybe mods should make one thread to be sticky about url mod rewrite, so people could find it easily :)

Thanks a lot.
Title: Re: SEF url rewrite for SMF
Post by: Elmacik on October 18, 2005, 10:41:47 AM
admin->features and options>Search engine friendly URLs

enable this feature, but your http server must be apache.
Title: Re: SEF url rewrite for SMF
Post by: namxas on October 19, 2005, 08:04:32 AM
thanks a lot for the answer
it's working now :)
Title: Re: SEF url rewrite for SMF
Post by: febrone on January 24, 2006, 07:01:30 PM
and if i not have a server apache?
how can i utilize this function??
Title: Re: SEF url rewrite for SMF
Post by: Elmacik on January 24, 2006, 08:05:04 PM
You cannot. Since this is an apache feature.
Or maybe I dont know any other servers that re-writes the URLs :)
But I am sure IIS doesnt support this.
Title: Re: SEF url rewrite for SMF
Post by: febrone on January 26, 2006, 07:41:49 AM
ok, i have an apache server but it's in CGI configuration...maybe this is the problem??

SEF can work fine with apache in CGI configuration?
How?
Title: Re: SEF url rewrite for SMF
Post by: Elmacik on January 26, 2006, 08:12:54 AM
No cant.
PHP must be compiled as an Apache module. Not CGI.
This is why it doesnt work in your forum. (since the re-writing handler is Apache, not CGI)