Hi folks
recently converted a site from asp to php. I'm keeping the same URL structure, which is like this:
index.php?id=page
I'd like a rewrite url that will simply take index.asp?id...
got a question for you all.
I have the following rewrite rule and it works great. However my problem at the moment is that I want people to get directed to index.php if the url is like the follo...