Add On Issue

David

Madly Diligent
Joined
Jul 13, 2009
Messages
7,756
Reaction score
14
FP$
696
Hello,

Having a little problem. I have a domain and I want to make it an add on. On the domain registrar, the DNS are pointing to the right nameservers, so that should be ok. I go to Addon Domains, type in my domain then the folder details and it works. However, the domain keeps on redirecting to the folder, instead of the domain.

ie. domainsite.com is my domain and mysite.com/folder is the addon folder. domainsite.com is redirecting to mysite.com/folder. I just want the mysite.com/folder to be domainsite.com.

Anyone know what to do?

Thanks.
 
david is this the same domain as the one you asked me about for help in the forums?
 
Gimgak, cPanel.
Hitakashi, yeah. I made a note in the WHMCS.
 
ok i fixed it, the error logs says it was his rewrite code which was

Code:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www.seoserpguide.com$ [NC]
RewriteRule ^(.*)$ http://www.seoserpguide.com/$1 [L,R=301]RewriteCond %{HTTP_HOST} ^seoserpguide.com$ [OR]

Anyone know how to fix this?
 
Back
Top Bottom