Object Moved!

 
Post new topic   Reply to topic    Aprelium Forum Index -> Classic ASP
View previous topic :: View next topic  
Author Message
agitaous11
-


Joined: 20 Dec 2007
Posts: 5

PostPosted: Sat Jan 26, 2008 8:52 pm    Post subject: Object Moved! Reply with quote

The only thing I dislike in ABYSS WEB SERVER is this OBJECT MOVED message, which I got when I try to reach a page from default.asp with server.execute method!

Watch this: default.asp?Ex=EX executes EX.asp and EX.ASP redirects the explorer to default.asp?Ex=Log if the user is not logged in. At this time, I got the error that proffering me a link and an showing a Warning message. Every time I change the page, I got this silly error!

So please help me to clean this mess! (don't want to change my codes!)
Back to top View user's profile Send private message
AbyssUnderground
-


Joined: 31 Dec 2004
Posts: 3855

PostPosted: Sat Jan 26, 2008 8:56 pm    Post subject: Re: Object Moved! Reply with quote

agitaous11 wrote:
The only thing I dislike in ABYSS WEB SERVER is this OBJECT MOVED message, which I got when I try to reach a page from default.asp with server.execute method!

Watch this: default.asp?Ex=EX executes EX.asp and EX.ASP redirects the explorer to default.asp?Ex=Log if the user is not logged in. At this time, I got the error that proffering me a link and an showing a Warning message. Every time I change the page, I got this silly error!

So please help me to clean this mess! (don't want to change my codes!)


I doubt this is an Abyss Web Server error. It is most likely down to the ASP interpreter.

Can you post your code so we can test it.
_________________
Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk
Back to top View user's profile Send private message Visit poster's website
agitaous11
-


Joined: 20 Dec 2007
Posts: 5

PostPosted: Sat Jan 26, 2008 9:08 pm    Post subject: Reply with quote

Not the original one. But will also show the same page.


default.asp
Code:
<%

Dim page

page = Request.querystring("page")

If Page = "Page" then

Server.Execute(Page & ".asp")

End If

%>


Page.asp
Code:

<%

Response.Redirect("?Page=Page2")

%>


explorer link = ?Page=Page
Back to top View user's profile Send private message
agitaous11
-


Joined: 20 Dec 2007
Posts: 5

PostPosted: Sat Jan 26, 2008 9:11 pm    Post subject: Reply with quote

code was edited by agitaous11."@"
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Classic ASP All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group