Re: need a help in htaccess - please help
- From: "Mumia W." <mumia.w.18.spam+nospam.usenet@xxxxxxxxxxxxx>
- Date: Mon, 14 Aug 2006 05:39:38 GMT
On 08/13/2006 01:49 PM, persiancity wrote:
Hi there
I need a help to create a .htaccess file to:
convert such urls:
http://mydomain.com/getpicture/33.jpg
to
http://mydomain.com/getpicture.php?foid=33
[...]
Perhaps something like this would work (on one line):
RedirectMatch (.*)/getpicture/([^.]+).jpg $1/getpicture.php?foid=$2.jpg
.
- Follow-Ups:
- Re: need a help in htaccess - please help
- From: persiancity
- Re: need a help in htaccess - please help
- References:
- need a help in htaccess - please help
- From: persiancity
- need a help in htaccess - please help
- Prev by Date: email attachment problem
- Next by Date: Re: email attachment problem
- Previous by thread: need a help in htaccess - please help
- Next by thread: Re: need a help in htaccess - please help
- Index(es):