logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Mod_rewrite help
Author
crckr



Joined: 26 Apr 2006
Posts: 18

PostPosted: Sat 05 May '12 18:57    Post subject: Mod_rewrite help Reply with quote

somebody plz help me with a code to do the following thing:
i am using apache as a proxy. it has got a parent proxy.
i want to use mod_rewrite to append a text to every url requested from my apache proxy. for eg.
if www.google.com/u.php is requested by user then my apache should request the parent proxy for www.google.com/u.php?uid=abc where ?uid=abc is the appended text.
if the url already includes a "?" it should append &uid=abc


plz help.
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3059
Location: Hilversum, NL, EU

PostPosted: Sun 06 May '12 22:26    Post subject: Reply with quote

Best to get help in the mod_rewrite forum at http://forum.modrewrite.com/

Steffen
Back to top


Reply to topic   Topic: Mod_rewrite help View previous topic :: View next topic
Post new topic   Forum Index -> Apache