| 
		
			
			
				
			
			
				 
			
			
				
			
		 | 
		
			
			
				 
			
				
			
		 | 
	||||
| 
				Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.  You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us.  | 
		
		 
		![]()  | 
	
		
			
  | 	
	
	
		
		|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
| 
		 | 
	Thread Tools | 
| 
			
			 | 
		#1 | 
| 
			
			
			
			 Too lazy to set a custom title 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Aug 2002 
				
				
				
					Posts: 55,372
				 
				
				
				
				 | 
	
	
	
	
		
			
			 
				
				apache virtual hosts and SEO, need input
			 
			How would creating apache virtual hosts on the fly effect if any SEO 
		
	
		
		
		
		
			basically i can add directories: /home/sites/domain1.com /home/sites/domain2.com etc and it will work automatically www.domain1.com domain1.com, without adding an apache entry for each domain. Code: 
	VirtualHost 206.4.112.13>
  UseCanonicalName Off
  ServerAlias www.*
  DocumentRoot /home/sites/
  VirtualDocumentRoot /home/sites/%2+
  <Directory "">
    Options ALL -Indexes
    AllowOverride ALL
  </Directory>
</VirtualHost>
<VirtualHost 206.4.112.13>
  UseCanonicalName Off
  ServerAlias *
  DocumentRoot /home/sites/
  VirtualDocumentRoot /home/sites/%0
  <Directory "">
    Options ALL -Indexes
    AllowOverride ALL
  </Directory>
</VirtualHost>
				__________________ 
		
		
		
		
	
	Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence. ![]() WP Stuff  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Aug 2006 
				
				
				
					Posts: 103
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 here you go fris, http://httpd.apache.org/docs/2.0/vhosts/mass.html 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	Need some help? PHP, SQL, JS, jQuery, Server Admin http://riscit.info TrafficLions ask for GFY special Real SEO Traffic ask for GFY special ICQ: 168-518-402 AIM: riscphree Skype: riscphree email: riscphree at gmail dot com  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#3 | 
| 
			
			
			
			 Beer Money Baron 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jan 2001 
				Location: brujah / gmail 
				
				
					Posts: 22,157
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 It shouldn't have any effect should it?  Except for the ip numbers being the same. 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	
  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 |