Re: [PHP] IIS Rewrite or Mod_Rewrite
- From: jochem@xxxxxxxxxxxxx (Jochem Maas)
- Date: Tue, 31 Oct 2006 13:51:33 +0100
Kevin wrote:
Hi,
I have created a website which is using the iis rewrite module to write
the following:
index.php?tn_id=5&ln_id=4 to something like
/contact/directions.html and this works fine
however I have a link at the bottom which needs to pass another variable
through the query string before it would simply be:
index.php?tn_id=5&ln_id=4&ts=75
however if i run
/contact/directions.html?ts=75 it doesn't work and comes up with a 404
page not found error.
Is there anyway around this?
yes Apache, are you allowed/able to use apache?
.
Thanks
Kevin
- References:
- IIS Rewrite or Mod_Rewrite
- From: Kevin
- IIS Rewrite or Mod_Rewrite
- Prev by Date: Re: [PHP] No Error Messages
- Next by Date: Re: [PHP] PHP & Memory Allocation (checked via TOP)
- Previous by thread: IIS Rewrite or Mod_Rewrite
- Next by thread: PHP & Memory Allocation (checked via TOP)
- Index(es):
Relevant Pages
|