Aaron Todd wrote:
Everyone,
Thank you for all your help. There was some good stuff in there. But
ultimately I followed this web site:
http://allyourtech.com/content/articles/25_11_2005_setting_up_wildcard_subdomains_on_apache.php
This is giving me what I want, minus the environmental variabl
Everyone,
Thank you for all your help. There was some good stuff in there. But
ultimately I followed this web site:
http://allyourtech.com/content/articles/25_11_2005_setting_up_wildcard_subdomains_on_apache.php
This is giving me what I want, minus the environmental variable. Now that I
think
On Tue, Jun 17, 2008 at 02:37, Aaron Todd <[EMAIL PROTECTED]> wrote:
> If anyone can let me know if this possible I would really appreciate it.
Maybe the easiest would be to use a rewrite:
RewriteCond %{HTTP_HOST} !^www\.
RewriteCond %{HTTP_HOST} ^([^.]+)\.domain\.com
RewriteRule ^/(.*)$ /home/
It was thus said that Sean Conner wrote:
It was thus said that the Great Aaron Todd once stated:
You may prefer to do
# this will be the default host, when people try to access via
# IP address for instance
ServerNamewww.example.net
DocumentRoot /var/www/somewhere-generic
Se
It was thus said that the Great Aaron Todd once stated:
> Hello,
>
> I am looking to configure Apache in a way that I've never done
> before. I've tried describing this to google to see what it spits
> out, but I am unsure of the results. What I am looking to do is have
> a set of files in
Hello,
I am looking to configure Apache in a way that I've never done
before. I've tried describing this to google to see what it spits
out, but I am unsure of the results. What I am looking to do is have
a set of files in the main web root of my server. I'd like any
subdomain to use t