| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		craig Guest
 
 
 
 
 
  | 
		 | 
	
	
		| Back to top | 
		
			        | 
		
	
	
		  | 
	
	
		masterfork Guest
 
 
 
 
 
  | 
		
			
				 Posted: Fri Aug 30, 2002 6:05 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				| yep - I'd like to know how to make a subdomain too, if at all possible through abyss =] | 
			 
		  | 
	
	
		| Back to top | 
		
			        | 
		
	
	
		  | 
	
	
		aprelium -
 
  Joined: 22 Mar 2002 Posts: 6800
 
  | 
		
			
				 Posted: Sat Aug 31, 2002 9:03 am    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				 	  | masterfork wrote: | 	 		  | yep - I'd like to know how to make a subdomain too, if at all possible through abyss =] | 	  
 
Abyss Web Server is just a web server. It cannot manage or add domain names. What you need is to contact your domain registrar to know how to buy a domain or a subdomain and how to redirect it on the URL you want. _________________ Support Team
 
Aprelium - http://www.aprelium.com | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		Guest
 
 
 
 
 
 
  | 
		
			
				 Posted: Sat Aug 31, 2002 12:53 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				hey yeh you can do that with a nifty script i think its realy good try it!
 
goto http://sitegoodies.com to get it | 
			 
		  | 
	
	
		| Back to top | 
		
			        | 
		
	
	
		  | 
	
	
		craig Guest
 
 
 
 
 
  | 
		
			
				 Posted: Sat Aug 31, 2002 3:09 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				 	  | aprelium wrote: | 	 		  
 
Abyss Web Server is just a web server. It cannot manage or add domain names. What you need is to contact your domain registrar to know how to buy a domain or a subdomain and how to redirect it on the URL you want. | 	  
 
 
yes, but apache is just a webserver and with mod_rewrie, it can make domain.com/you accessable at you.domain.com. its just that i cant get it to work on windows2000 | 
			 
		  | 
	
	
		| Back to top | 
		
			        | 
		
	
	
		  | 
	
	
		aprelium -
 
  Joined: 22 Mar 2002 Posts: 6800
 
  | 
		
			
				 Posted: Sat Aug 31, 2002 10:34 pm    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				 	  | craig wrote: | 	 		   	  | aprelium wrote: | 	 		  
 
Abyss Web Server is just a web server. It cannot manage or add domain names. What you need is to contact your domain registrar to know how to buy a domain or a subdomain and how to redirect it on the URL you want. | 	  
 
 
yes, but apache is just a webserver and with mod_rewrie, it can make domain.com/you accessable at you.domain.com. its just that i cant get it to work on windows2000 | 	  
 
You can do that in a simple way using Abyss Web Server and a regular HTML page.
 
Create the "you" directory and in it create an index.html file which code is the following:
 
 	  | Code: | 	 		  
 
<HTML>
 
<HEAD>
 
<TITLE>Redirecting you to you.mydomain.com</TITLE>
 
<META HTTP-EQUIV=Refresh CONTENT="0; URL=http://you.mydomain.com/"> 
 
</HEAD>
 
<BODY>
 
If you still see that page, click <A HREF="http://you.mydomain.com/">here</a>.
 
</BODY></HTML>
 
 | 	  
 
Simple and efficient. Isn't it ?  :D _________________ Support Team
 
Aprelium - http://www.aprelium.com | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		J. Patrick -
 
  Joined: 26 Aug 2002 Posts: 42 Location: Pittsburgh, PA  USA
  | 
		
			
				 Posted: Sun Sep 01, 2002 1:52 am    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				i think he means he wants http://you.com/folder accessible as folder.you.com and will all his files/dir within it so you could access image.gif that was in you.com/folder/images/image.gif as
 
 
folder.you.com/images/image.gif
 
basicaly path forwarding while making it a subdomain.
 
I heard of some scripts that can do this but don't know any off the top of my head. | 
			 
		  | 
	
	
		| Back to top | 
		
			            | 
		
	
	
		  | 
	
	
		 |