PDA

View Full Version : rewriting URLS


jarv
03-31-2008, 07:40 PM
I am following this tutorial:
http://asp.johnavis.com/blog/default.asp?id=19

I have added the relevant code and error pages and when i point to:
http://www.mypubspace.com/PubID/100/viewpub1.asp

I get an error, looks like it is not picking up the PubID, it does exist?!

I even changed PubID = request("PubID") to PubID = request.querystring("PubID")

still didn't work?!

Morgoth
04-02-2008, 03:59 PM
Can you post a little more of your actual code? It will make it easier to debug.
Don't forget http://www.morgoth.sonnexh.com/images/emot-code.gif tags.