![]() |
|
|
|||||||
| Register | Forum FAQ | Search | Today's Posts | Mark Forums Read |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
I have a client who needs a CNAME record set up to alias a subdomain to a third-party web app provider, Kickapps. Their instructions are pretty rudimentary and don't include specific settings for WHM. So I've had to go it alone.
So what I have done is gone to Edit DNS Zone for the domain/account in question. I've added the following record: Code:
subdomain 14400 IN CNAME affiliate.kickapps.com. For some reason, now when I go to subdomain.clientsdomain.com, it resolves to subdomain.clientsdomain.com/kickapps/service/displayMyPlace.kickAction?as=10058 But that gives me a 404 error. And I'm not sure if this something residual from previous attempts to tinker my way through this. Originally, the client requested a redirect, so I had a sudomain with standard redirection set up, but I've deleted that. I think it's irrelevant that there's an .htaccess file that consists of the following: Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www\.)?clientsdomain\.com
RewriteRule ^$ http://clientsdomain.com/site/ [R=301,L]
</IfModule>
__________________
Brian Dominick | WebRoot Solutions | Server Administrator, Software Developer http://mywebroot.com |
|
||||
|
Okay, my settings were correct. I had to clear my browser cache.
__________________
Brian Dominick | WebRoot Solutions | Server Administrator, Software Developer http://mywebroot.com |
| Tags |
| cname, kickapps, redirect, subdomain, whm |
| Thread Tools | |
| Display Modes | |
|
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CNAME records | jaymail | General Support | 3 | 06-09-2009 07:24 PM |
| [How To] Setup a Shoutcast server | sergey | Knowledge Base | 0 | 04-17-2008 07:54 PM |
| How long does it take for setup? | Matt | Knowledge Base | 0 | 01-10-2006 09:04 PM |