hello, i run a teamspeakserver for my wow guild and would like to use a subdomain ts.wowguild.com to connect to it. the webserver where the domain points to uses ispconfig and is a different machine than the teamspeak host, so i tried to enter under Sites > Domain > Options > Apache directives Code: ServerName ts.wowguild.com ProxyRequests Off <Proxy *> Order allow,deny Allow from all </Proxy> RewriteEngine On RewriteRule ^(.*) http://teamspeakhost:teamspeakport unfortunately that didn't work out that way is it even possible ? i would be glad if someone can point me out. greetings
You don't need an Apache directive, you need to make a DNS entry pointing at your ts server's IP, and then make sure the appropriate ports aren't being blocked by a firewall.