[EMAIL PROTECTED] Can I modify the page query string?

2006-09-12 Thread Stephen Brooks
I've got a hosted Apache server without mod_rewrite and am editing an .htaccess file. I want to do something like this: RedirectMatch ^/muon1/banner_(.*)\.jpg$ http://stephenbrooks.org/muon1/banner.php?user=$1 ...so that filenames such as /muon1/banner_me.jpg are served by the script

Re: [EMAIL PROTECTED] Can I modify the page query string?

2006-09-12 Thread Stephen Brooks
the page query string? On 9/12/06, Stephen Brooks [EMAIL PROTECTED] wrote: I've got a hosted Apache server without mod_rewrite and am editing an .htaccess file. I want to do something like this: RedirectMatch ^/muon1/banner_(.*)\.jpg$ http://stephenbrooks.org/muon1/banner.php?user=$1 ...so