|
Spooky -> RE: getting started with spooky login (8/19/2002 23:52:04)
|
The first thing Ill mention, is that it wont work over a subweb. The reason being, that the variables only work within a web, they arent transportable. If possible, the directories should be sub folders. When you do a protection script, the script mus remain the same. You have : Request.Servervariables(" http://www.lighttravels.com/masters.asp" ) It should still be : Request.Servervariables(" URL" ) This code sets up the correct url for the page, you dont need to do it :-)
|
|
|
|