Re: [users@httpd] Trying to Rewrite Subdomain

2013-04-06 Thread Chris Arnold
>Apache 2.2.12. I am trying to rewrite a subdomain like so: >http://sub.domain.com to http://sub.domain.com/"alias";. >Here is the alias conf: > >Alias /"alias" /path/to/root/directory > >Options FollowSymLinks >AllowOverride None >Order allow,deny >allow from all >DirectoryInde

[users@httpd] Trying to Rewrite Subdomain

2013-04-06 Thread Chris Arnold
Apache 2.2.12. I am trying to rewrite a subdomain like so: http://sub.domain.com to http://sub.domain.com/"alias";. Here is the alias conf: Alias /"alias" /path/to/root/directory Options FollowSymLinks AllowOverride None Order allow,deny allow from all DirectoryIndex index.php