Page 1 of 1

url rewriting

Posted: Wed Jul 18, 2007 12:23 am
by surath
Hi,

I am a newbie in apache configurations....I have a situation to rewrite urls. Let me explain the situation.

I have to transform the urls of the form "http://www.xyz.com/test123/index.php?aId=test123" to "http://www.xyz.com/test123/"...obviously "test123" is a sample folder name.

Anyone there? Any idea, what will be the rewriterule in the htaccess file??

Looking for your repliew guys.

Thanx

Posted: Wed Jul 18, 2007 3:28 am
by Gente
If you do so you will got the same script but without your get variable. I see no sense in it.
Please describe the logic you want to achieve.