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 httpd.conf question (https://gfy.com/showthread.php?t=270202)

alex79 04-16-2004 01:42 AM

apache httpd.conf question
 
how can i make that when i create a folder on my domain (domain.com/folder) the contain of the folder to be automaticaly accessible at folder.domain.com address Without entering every subdomain in the httaccess.conf file?

so, when i want create a subdomain to be enough to create a folder in my domain folder (domain.com/folder)

how can i do this?

alex79 04-16-2004 02:27 AM

nobody know? :(

Mr Pheer 04-16-2004 02:43 AM

I suppose you could use mod_rehahahahaha but i wouldnt exactly know how to do it

or, use a php redirect in the folder

n0de 04-16-2004 02:43 AM

ServerAlias folder.domain.com

Mr Pheer 04-16-2004 02:44 AM

Quote:

Originally posted by MrPheer
I suppose you could use mod_rehahahahaha but i wouldnt exactly know how to do it

or, use a php redirect in the folder

this hahaha shit is really fucking annoying just incase any admins are paying attention

Weppel 04-16-2004 03:37 AM

Quote:

Originally posted by n0de
ServerAlias folder.domain.com
That won't work, well, it would work but not the way he wanted it.

If i'm correct, you want to be able to create a folder (domain.tld/folder), and after the creation it should be automatically accessible through folder.domain.tld, right?

The only way i could think of is using mod_rewri<b></b>te to be honest.

n0de 04-16-2004 03:57 AM

<VirtualHost 66.230.172.61>
ServerName folder.ltd.com
ServerAlias www.domain.ltd
ScriptAlias /cgi-bin/ /path/to/domain.ltd/cgi-bin/
hahahahahahahahaRoot /path/to/domain.ltd/folder
</VirtualHost>


All times are GMT -7. The time now is 05:57 AM.

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