GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Apache help.... (https://gfy.com/showthread.php?t=126047)

MrPopup 04-17-2003 09:36 AM

Apache help....
 
Hmmm...Can anyone think of a method to have any users who surf to

http://mydomain.com

automatically forward to

http://www.mydomain.com

?!?

:helpme

some_idiot 04-17-2003 10:18 AM

Are the seperate boxes or 1 box?

NetRodent 04-17-2003 10:41 AM

Here's one way to do it...


<VirtualHost 127.0.0.1>
ServerName yourdomain.com
Redirect / http://www.yourdomain.com/
</VirtualHost>

ProTech 04-17-2003 11:10 AM

{VirtualHost 127.0.0.1} <-- replace this with your ip address for the site
ServerName www.yourdomain.com
ServerAlias yourdomain.com
{/VirtualHost}

Replace the { with <'s


All times are GMT -7. The time now is 09:03 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123