mod_rewrite and get parameters

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
fastfingertips
Forum Contributor
Posts: 242
Joined: Sun Dec 28, 2003 1:40 am
Contact:

mod_rewrite and get parameters

Post by fastfingertips »

Hello

A form submited using GET method will make my url to look like:

Code: Select all

http://localhost/test/test/backend/admin?searchstr=jklhjklhjkljk
How can i make it to look like:

Code: Select all

http://localhost/test/test/backend/admin&searchstr=jklhjklhjkljk
Post Reply