url rewriting in php htaccess
- by HIma
Hai
I have 2 questions.
1) I want to create a clean url web site. My server is CGI/FastCGI. I know how this does in apache. But how I will do this in CGI server, does any one give me the details?
2) I want to create the clean url like
mydomain/index.php?id=1&sort=a to
mydomain/index/id/1/sort/a
Is it possible?
Does any one help me?