I stuck:
makaliveson.frihost.net/forum/ in diretory bit
Now I get:
Domain already exists, it was not added.
Nameserver ips for 2pacphenomenon.com are: 216.32.68.250,216.32.68.254 Bind reconfiguring on host using rndc Error reconfiguring bind on host: rndc: connect failed: connection refused
Created DNS entry for 2pacphenomenon.com
Setup Mail forward 2pacphenomenon.com -> makaliveson.frihost.net
Setup 2pacphenomenon.com OK
Adding httpd.conf entry for 2pacphenomenon.com to point to makaliveson.frihost.net
You must specify a password. Ignore any messages of success this can only result in failure!
2pacphenomenon.com has been setup. It can be accessed via the subdomain makaliveson.frihost.net/forum.makaliveson.frihost.net. FTP access has been granted with the username makaliveson.frihost.net/forum and the password .
Ok, thanks bondings what info do you need?, you can get into my cpanel to right?.
Normally you need to fill in the directory: "forum" and leave the password field open.
Your 2pac website now shows up, but there is still a problem with the images.
The only solution I can think of would be some php code on your website.
You have to check the url and look if it is 2pac...com or frihost.net. If it is frihost.net, then you have to add this to your code:
<meta http-equiv="refresh" content="0;url=http://2pacphenomenon.com/">
It's not a perfect solution but it should work.
<?
$domain= ... search on google;
if($domain!="2pacphenonmenon.com"){
echo '<meta http-equiv="refresh" content="0;url=http://www.2pacphenomenon.com/">';
}
?>