| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		agitaous11 -
 
  Joined: 20 Dec 2007 Posts: 5
 
  | 
		
			
				 Posted: Sat Jan 26, 2008 8:52 pm    Post subject: Object Moved! | 
				      | 
			 
			
				
  | 
			 
			
				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 | 
		
			          | 
		
	
	
		  | 
	
	
		AbyssUnderground -
 
  Joined: 31 Dec 2004 Posts: 3855
 
  | 
		
			
				 Posted: Sat Jan 26, 2008 8:56 pm    Post subject: Re: Object Moved! | 
				      | 
			 
			
				
  | 
			 
			
				 	  | 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 | 
		
			           | 
		
	
	
		  | 
	
	
		agitaous11 -
 
  Joined: 20 Dec 2007 Posts: 5
 
  | 
		
			
				 Posted: Sat Jan 26, 2008 9:08 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				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 | 
		
			          | 
		
	
	
		  | 
	
	
		agitaous11 -
 
  Joined: 20 Dec 2007 Posts: 5
 
  | 
		
			
				 Posted: Sat Jan 26, 2008 9:11 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				| code was edited by agitaous11."@" | 
			 
		  | 
	
	
		| Back to top | 
		
			          | 
		
	
	
		  | 
	
	
		 |