Change Park Domain To Main Domain

May 2, 2009

How do I change park domain to the main domain and vice versa for the main domain?

I have cpanel, centos, whm. Wondering if this will effect down time and such?

View 5 Replies


ADVERTISEMENT

Park Domain On Subdomain

Jun 13, 2008

How can I park a domain on subdomain in PLESK (like cpanel add-on domain)

View 3 Replies View Related

Add-On Domain Park Wrapper

Dec 10, 2008

I moved my whole account from one server to another but now the add-on domains inside the main domain are not working. When I try to re-add the domains in the new host's cpanel, it says:

Quote:

Error from park wrapper: domain.org is already configured.

What file is it on the server that holds this information? I really need to remove this domain name from there so I can re-add it.

View 5 Replies View Related

Easiest Way To Park A Domain After Registration

May 9, 2007

I was wondering what you people do when a new customer registers a new domain (only domain) and then parks in on your server. Now I manually park it on top of parked.myhost.com so that everybody who visits this domain will see the custom "Hosted with"-page. But there has to be an easier way/automatic way to do this? So please, share your knowledge

I'm a cPanel user

View 3 Replies View Related

Error From Park Wrapper: Domain.name Is Already Configured

Feb 28, 2008

OS: Linux Red Hat 5

Control Panel: CPanel

Our customer lately complained to us about parked domain.
He parked a domain domain.name but the problem is that i can't find that an entry for that domain. I mean its not in "Parked Domains" where i ussually find normally created domains.

When i attempt to recreate a parked domain, it says that

Quote:

Error from park wrapper: domain.name is already configured.

And whenever i make a query
[url]it says that

Quote:

Unable to find out which user owns the parked domain domain.name.

However the domain seem to work correctly. Whenever i visit it in browser i see a preconfigured message "Server Online"

View 4 Replies View Related

Make Addon Domain The Main Domain

Mar 14, 2008

I have domain1.com as the main domain that I am using with cpanel and domain2.com as an addon domain that points to a different directory.

I want to move domain1.com to another server and I would like to know if I can make domain2.com the main one

View 3 Replies View Related

VPS- With Main Domain Name

Apr 14, 2007

I know from past experiences, a VPS is not suppose to be setup on a sub domain for the main domain name account. My VPS was setup on a sub domain which is not allowing my domain name to resolve the with the DNS server. How to fix this issue? I have been speaking with support all day, and we have fixed a few minor issues but my major concern is yet to be fixed and I'm still sending support tickets ( and they are working on it ) but it's been an all day afair...any sugestions from the peanut gallery?

View 2 Replies View Related

Setting Up A Main Domain And Nameservers

Apr 24, 2009

I have recently just purchased an unmanaged vps from poundhost. I have never used a vps before so we shelled out for a WHM control panel! The issue now is that we do not have a nameserver set up or any main domain to use as a nameserver.

We have the main IP address and two additional IP's given to us by poundhost, how do I use these to start hosting and managing websites?

View 3 Replies View Related

Subdomain To Main Domain Moving

Jan 23, 2007

I have a domain name as per my sig. I am also creating a subdomain totally in contrast with that site below. My primary domain has one page on it so i would like to:

a) delete the one page on my primary domain

b) Make the contents of my subdomain my primary domain. e.g my domain is www.info-peep.com, my sub will be example.info-peep.com........i would like to make example.info-peep.com : www.info-peep.com......that make sense, as really the sub will be my main site.

Basically wanting to transfer the contents of my sub to my primary. So when people click info-peep.com, it will be the sub's site. Another thing to note is that i am using RVsitebuilder (WYSIWYG) that my web host provides. Also BEAR IN MIND the WYSIWYG editor does not allow me to move pages (sucks) or to copy the page contents.

View 7 Replies View Related

Moving Main Domain To Another Server

Nov 26, 2007

I have my main domain (domain.com) and it is where all my sites and customer sites are pointed to (ns1.domain.com and ns2.domain.com).

I just purchased a VPS and have made (domain.com) my main domain as I want it to be because of keeping the nameservers the same for my clients.

My vision is this, I will transfer all the sites from my old cPanel account to my new DirectAdmin account. I have setup a time to let my clients know not to update any content on their sites. At that time I will then download the sites from the cPanel account to the DA account. I will then move my main domain (domain.com) over as well and then change the name server registries at namecheap.

I understand some things can get lost in this switch, but ALL clients are aware of this and understand. They will still have access to the old server via the IP address to check for misdirected mail.

Is this the simplest way to get this done?

Is there a better way, with using the main domain?

View 1 Replies View Related

Cpanel Main Domain Not Allowing Subdomains

Apr 3, 2009

When trying to make a subdomain on my main cpanel domain, through cpanel, it acts like it is making it, and adds the dns entry, but it does not work. All other domains work fine.

I submitted a ticket to buycpanel, they asked for the login information this morning, and have not heard back from them. This has happened every since they installed cpanel.

I am hoping its something simple that one of you knowledgeable people may know how to fix.

View 2 Replies View Related

Apache Overloading Due To Requests To My Main Domain Name Server (DNS) Name

Jan 19, 2008

I currently have a web VPS hosted with FDCServers.net and after 5 days of switching to it i am getting massive HTTP requests. When i login to WHM and hit apache status i have many requests per second by multiple IP's that are going to pages that simple don't exist. Currently my hostname for the server is set at web-01.optical-hosting.com which is what the requests are being sent to. I am also having a DNS issue because when i put http://web-01.optical-hosting.com in the web browser it displays the first account's site under "list accounts" in cpanel. Can someone please help me fix both of these issue's? i will post an apache log in a second post as it is long. Also, these are from overseas. please someone help me with this i have Aim and Msn.

View 4 Replies View Related

Apache :: HTAccess For Main Domain Not Affect Subdomanis

Jul 1, 2015

I have maindomain.com addon-1.com addon-2.com addon-3.com

The addon domains are folders in main domain's root.

The problem is maindomain's htaccess is affecting the addon domains. I want the add on domains to have their own htaccess. The addon domains should not be influenced by main domain's htaccess

I did some research online and someone says this method works:

Code:

RewriteCond %{HTTP_HOST} ^(www.)?addon_domain.com
RewriteRule .* - [L]

But the above assumes you only have one addon domain. I have multiple.

Which code is correct? This

Code:

RewriteCond %{HTTP_HOST} ^(www.)?addon-1.com
RewriteRule .* - [L]
RewriteCond %{HTTP_HOST} ^(www.)?addon-2.com
RewriteRule .* - [L]
RewriteCond %{HTTP_HOST} ^(www.)?addon-3.com
RewriteRule .* - [L]

Or this

Code:

RewriteCond %{HTTP_HOST} ^(www.)?addon-1.com
RewriteCond %{HTTP_HOST} ^(www.)?addon-2.com
RewriteCond %{HTTP_HOST} ^(www.)?addon-3.com
RewriteRule .* - [L]

do I put the code at the beginning of main domain's htaccess?

View 3 Replies View Related

Plesk 11.x / Windows :: Renaming Main Domain On Panel 11.5?

May 26, 2014

when I try to change main domain, e.g. domain.ru to domain.com, I see that Application Pool changed only for main domain, all additional domain use old Application Pool.

View 1 Replies View Related

Cpanel AddOn Domains With Subdomains Automatically From Main Domain

Nov 20, 2008

Lets say I have abcd.com as the main domain on cpanel. abcd.com has 10 subdomains.

Basically what I want to do is when I do an addon domain or parked domain I want the subdomains to basically point to abcd.com automatically. Let's say the addon/parked

domain is 1234.com
For example I have
sub.abcd.com as the main subdomain

so when I type in sub.1234.com I want it pointed to sub.abcd.com internally meaning the script/files from there however in the browser show as if it were sub.1234.com

View 4 Replies View Related

Resellers Are Not Permitted To Create Subdomains Of The Server's Main Domain

Mar 29, 2008

Whenever I try to create a user account I get the following error

Sorry, resellers are not permitted to create subdomains of the server's main domain

My server domain is www.domain.com and reseller is trying to create a user account like new.domain.com . It was working fine a few weeks back but I think since I upgraded the cpanel and whm, it doesnt allow creation of accounts anymore.

Could someone help me to fix this error please?

I own the VPS and the reseller and all other accounts.

View 3 Replies View Related

Email Being Picked Up As Spam From Hosted Domains. Main Domain Is Ok

Jul 14, 2007

i have a vps and although i can send mails without problem from my main root account, sending via any of the child accounts created for customers results in their email being picked up as spam (in hotmail at least).

To clarify, mydomain.com is my main name. Email can send without problem,

customersdomain.com, hosted on the same machine, when sending emails they are picked up as spam. The mx dns entries in the zone file are set (by default to) customersdomain.com. and for all the child domains customer1domain.com. etc.

Do i need to ask the datacenter to add a reverse dns entry for mail.mydomain.com?

Is this an issue with the mx records for the hosted domains? Should i change the hosted domaims mx entry on the customers domains to mail.mydomain.com?

I know the ip isnt blacklisted because exactly the same email goes through when sending from the mydomain.com email addresses.

View 14 Replies View Related

Plesk 12.x / Windows :: Create Subdomain Without Creating Main Domain

Mar 21, 2015

I am using Web admin edition .I need to create two subdomains namely sub1.example.com and sub2.example.com with different IP address. So i need to create two webspaces since a webspace cannot have two domians pointing to two different IP. So now to I can create two webspaces set to different IP. But to create sub1.example.com in one webspace and sub2.example.com in another webspace , i need main domain example.com in both the workspace. But if try to create example.com in second webspace it already exists.Because it exists in another webspace. Actually i dont want to create example.com in both webspace. i need to its subdomain in different webspace.

So one solution is to create example.com and sub1.example.com in one webspace and create another webspace using Adding new webspace and specifying domain name as sub2.example.com. But i don't know does the second subdomain will work properly without creating main domain.

View 1 Replies View Related

Change Host, Change Domain And Getting Search Engines Up To Speed

Feb 5, 2008

Has anyone helped clients transition from one domain to another? Maybe dissolving a partnership or renaming their company... so a new domain name has been registered and a new website created.

2 Issues:

#1 Using .htaccess 301 redirect
We used the following command line in their old website's htaccess file

Redirect 301 / [url]

The goal was to get people try to visit any page of their old website (i.e. OldWebsite.com/contact.html) redirected to their new website (i.e. NewWebsite.com/contact.html). Isn't that supposed to change the address bar's URL, too? For some reason, I visit their old site and I seem to be redirected to their new website but the address bar still has their old domain name? Something is going on???

#2 Having their new company name for 2 years now. People can enter her new company name in Google, MSN or Yahoo. Her new company name appears in the search results but has the old domain name associated with it. We are trying to get rid of any reference to that old domain name? What's the easiest way to do this? So what people see in search engines is:

New Company
Short Meta Description
www.OldDomain.com

What steps did I miss in this transition?

What steps do I have to take on their old website/old web server to control it's appearance on search engines and make sure people get to the new website?

View 2 Replies View Related

Plesk 12.x / Linux :: (Main) - Domain Is Not Shown In User Panel List

Aug 19, 2014

I have a problem with on domain. The domain is the "main-domain" of the customer but it is not shown in the overview /smb/web/view

Not with the User logged in and not with the admin logged in.

But I can change setting, when I call the detail-page manually: /smb/web/overview/id/d:26

I tried to lock/unlock the domain/account, but nothing worked.

I could not see any mistakes in the database.

Deleting and adding the domain would be a trick, but because of having many domains/subdomains and dns-entries this is not my first choice.

View 2 Replies View Related

Plesk 12.x / Linux :: Making Subdomain Serve Files From Same Directory As Main Domain

Sep 28, 2014

I'm setting up a SAAS service which is built on top of Laravel. To put it simply the service itself knows whether its being called from a sub.example.com or just example.com and serves a correct response accordingly. So going to sub.example.com will use the same index.php file as example.com but the routes and controllers within the application will provide a different response. sub.example.com will show a tenant login page where as example.com will show a new tenant subscription page or something else.

So when someone new subscribes I add a new entry to the database with a subdomain name for them and when a request comes from that subdomain and they are logged in it will show them their information. Easy right.

There is a problem though with setting it up with Plesk. When I add a wildcard subdomain, it will look for /subdomains/sub/ for the files which is a bit problematic since I want it to serve the files from the same place as the domain example.com.

Is there a way to configure that so that regardless of the subdomain it will try and serve the exact same content as my main domain?

View 2 Replies View Related

Plesk 12.x / Linux :: Redirect All Hosted Domain Webmail To Main Hosting Webmail URL

Nov 29, 2014

My requirement is to redirect all hosted domain's webmail to the main hosting webmail url .. how can this be achieved ?

View 7 Replies View Related

New Domain - Can't Change DNS, Can't Use Nameservers,

Apr 10, 2007

I'm stuck. First let me explain how my current sites are setup. I have all of my personal domains through GoDaddy at the moment. I set each domain to point to GoDaddys default hosting nameservers. Then I create DNS A Records for my domain pointing to the IP of my webserver. That works.

I recently purchased a domain name from a backordering service. This domain is with a different registrar. They do not offer any kind of managed DNS and will not create A records for me. My server is not setup as a nameserver so I can't do either. I also can't transfer the domain over to GoDaddy because of ICANNs two month rule.

Does anyone have any suggestions on what I can do? Is there a service out there where I can point to their nameservers and they will send traffic to my servers IP?

I'm not as sharp on this topic as I probably should be

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved