url rewriting in php htaccess
Posted
by HIma
on Stack Overflow
See other posts from Stack Overflow
or by HIma
Published on 2010-05-24T07:31:50Z
Indexed on
2010/05/24
7:41 UTC
Read the original article
Hit count: 184
php
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?
© Stack Overflow or respective owner