Page 1 of 1

I need to change my simple URL to SEF URL (or clean URL).

Posted: Tue Mar 04, 2008 1:42 am
by madchatxp
Hi,
I need to change my simple URL to SEF URL (or clean URL).
All of my URLs looks like that:
http://domain.com/index.php?a=34&id=3&com=s
I need it to look like that:
http://domain.com/article/php-fun.html

additionally, I need to totally block the non-SEF URL.
My questions are:
1- How to set the SEF URL configuration
2- How do I redirect users from the non-SEF URL to the SEF-URL

Re: I need to change my simple URL to SEF URL (or clean URL).

Posted: Tue Mar 04, 2008 6:25 am
by shiznatix
mod_rewrite to do your url rewriting. Then you can do a 301 redirect if someone comes into the old URLs which will help the slow transition to the new URLs.