Hi all,
Quick question i hope...
so i have IIS with ISAPI re-writes...
for arguements sake lets say i want to
this out.
How would i do that?
A bit more detail in case my description is vaigue....
I have re written the page...
to be like this...
How do i capture the re-written URL (/forums/london-2007/)
any ideas would be grately apresiated
Quick question i hope...
so i have IIS with ISAPI re-writes...
for arguements sake lets say i want to
Code:
Response.Write
How would i do that?
A bit more detail in case my description is vaigue....
I have re written the page...
Code:
/index.aspx?type=forums&title=london-2007
Code:
/forums/london-2007/
any ideas would be grately apresiated
Comment