Training, Open Source computer languages

PerlPythonMySQLTclRubyC & C++LuaJavaTomcatPHPhttpdLinux

Search our site for:
Home Accessibility Courses Diary The Mouth Forum Resources Site Map About Us Contact
Passing GET parameters through Apache mod_rewrite

If you're using Apache mod_rewrite to redirect a series of URLs to a single script, did you know that you can pass values entered onto a form via the GET method through as well? Simply add on %{QUERY_STRING} onto the end of your new URL. You'll need to add a ? into the target URL to ensure that the query string is taken as such .... and you can even add more parameters if you wish.

Here's how we divert all requests to .htm, .html, .php, .php4 and .php5 files in a directory to a single script called b.php; we pass in any parameters the user filled in on his web page, and we generate an extra request parameter called pagename that contains ... of course ... the name of the page requested.

RewriteEngine On
RewriteRule ^(.*)\.htm b.php?pagename=$1&%{QUERY_STRING}
RewriteRule ^(.*)\.php b.php?pagename=$1&%{QUERY_STRING}

(written 2006-12-27 13:05:21)

Commentatorsays ...
Anonymous:I just got the contents of your blog as spam. Presumably they put it in to get past filters. Then they attached a "stock tip" (the spam payload) as a GIF.
(comment added 2006-12-28 01:58:00)
graham Ellis:Thanks, 'Anon' .... it's published on the web so I guess anyone can illicitly copy and paste it; not much I can do about that. Just one step further than simply ripping of someone's email address. Constructive suggestions welcomed ...
(comment added 2006-12-28 21:44:36)
Alex Baskov:that's just what i needed.
Thanks.
(comment added 2008-01-30 14:57:58)
Associated topics are indexed under
A603 - Web Application Deployment - Further httpd Configuration
H112 - PHP - Further Web Page and Network Handling
P406 - Perl - More CGI Programs and Facilities

Back to
Date conversion - PHP
Previous and next
or
Horse's mouth home
Forward to
Dates, times, clickable diarys in PHP
Some other Articles
Copy multiple files - confusing error message from cp
Moving files between Windows / DOS and Linux / Unix
Well House Manor and Beechfield House, Hotels, Melksham
Dates, times, clickable diarys in PHP
Passing GET parameters through Apache mod_rewrite
Date conversion - PHP
Friends and family
Apache httpd and Apache Tomcat together tips
Stirling at night
Old dog, old tricks
1916 posts, page by page
Link to page ... 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39 at 50 posts per page


This is a page archived from The Horse's Mouth at http://www.wellho.net/horse/ - the diary and writings of Graham Ellis. Every attempt was made to provide current information at the time the page was written, but things do move forward in our business - new software releases, price changes, new techniques. Please check back via our main site for current courses, prices, versions, etc - any mention of a price in "The Horse's Mouth" cannot be taken as an offer to supply at that price.

Link to Ezine home page (for reading).
Link to Blogging home page (to add comments).

© WELL HOUSE CONSULTANTS LTD., 2008: Well House Manor • 48 Spa Road • Melksham, Wiltshire • United Kingdom • SN12 7NY
PH: 0800 043 8225 or 01225 708225 • FAX: 0845 8382 405 or 01225 707126 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho