url rewriting

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
surath
Forum Newbie
Posts: 14
Joined: Fri Jun 15, 2007 8:59 am

url rewriting

Post 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
User avatar
Gente
Forum Contributor
Posts: 252
Joined: Wed Jun 13, 2007 9:43 am
Location: Ukraine, Kharkov
Contact:

Post 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.
Post Reply