Plesk 11.x / Windows :: Promote Subdomain To Full Domain?

Feb 19, 2013

I've got a plesk 11 server and I've created a subdomain for a client but I need to have this as a full domain for the SSL certificate. Is there a way to convert a subdomain to a full domain without deleting the subdomain and creating a new hosting subscription?

View 2 Replies


ADVERTISEMENT

Plesk 11.x / Windows :: Promote Subdomain To Full Domain

Sep 18, 2012

I have a client that has a subdomain shop.xxxx.com. This subdomain needs its own SSL and own IP address for it. Right now its listed as a subdomain under xxxx.com. Also, the xxxx.com has another SSL and IP.

Since there doesnt seem to be any way to do this in plesk, I had to create the subdomain as a regular subdomain and then manually manipulate IIS to change the IP and add the ssl mapping.

If I try to add a new domain, it automatically tags it with the WWW.

Is there any way to just create a new domain without the www infront of it, so I can move shop.xxxx.com from a subdomain to a primary domain that stands alone...

I haven't played around much with the new iis 7+, but in older iis, you needed a dedicated IP for each SSL certificate.

View 3 Replies View Related

Plesk 11.x / Windows :: Dedicated IIS Application Pool For Each Domain / Subdomain

Aug 1, 2012

How can I set dedicated IIS Application Pool for each domain/subdomain? I only can found the setting assign one application pool for each subscription. But my subscription have two subdomain (one subdomain have virtual directory to share to other subdomain) and would like have two application pools.

View 7 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

Plesk 12.x / Linux :: Easy Way To Convert Subdomain Into Domain?

Apr 7, 2015

I've got a customer that has a website at hisdomain.com . He created a subdomain called dev.hisdomain.com for the new version of his website. Now he wants to take it live. Had he created dev.hisdomain.com as a subscription instead of a subdomain, it would have been easy to "rename" the old site to old.hisdomain.com and then rename the new site to the current name.

Am I going to have to move all the files around at the command line or is there an easier way to switch around the sites? The server in use is CentOS 6.6

I thought that those were my options.

Click to expand...
Click for original message

View 6 Replies View Related

Plesk 12.x / Linux :: Warning When Adding New Domain Or Subdomain?

Jan 20, 2015

When i add a Domain or Subdomain through Plesk Panel, I get the following Warning :

Attention: relink-vhost-logs failed: mkdir: cannot create directory `./vps118861.ovh.net/logs': File exists ERROR: Cannot relink logs. Target directory '/var/www/vhosts/vps118861.ovh.net/logs' is in invalid state.

[URL]

I tried the 2 solutions but I still have the error... here are the results of the two commands :

[root@vps118861 logs]# ls -alh
total 2,3M
drwxr-xr-x 16 administrateur root 4,0K 20 janv. 13:59 .

[Code]....

View 2 Replies View Related

Plesk 12.x / Linux :: Domain / Subdomain - Hosting Type?

Nov 28, 2014

Following configuration given:

Abo with "domain.com" - Hosting Type - Webspace (with E-Mail Services)
Subdomain "sub.domain.com" - Hosting Type - Forward

Customer asked us to activate Forward for "domain.com "to other Domain for 2 weeks - but as soon as a Subdomain points on a Domain - I can NOT change the Hosting Type anymore ... WHY???

If I want to change Hosting Type from Hosting to Forward for some weeks - it always deletes the whole Webspace for the Domain ... ?!?

1) Why can't I change Hosting Type when a Sub-Domain is created?
2) Why can't I tell Plesk to change Hosting Type WITHOUT deleting the whole Webspace ...

View 1 Replies View Related

Plesk 12.x / Linux :: Adding Subdomain To Forwarding Root Domain

Apr 23, 2015

I want to add a subdomain foo.bar.com to a master domain bar.com in the subscription bar.com. Normally this works but if I set the hosting type of the master domain to forward, I cannot add subdomains anymore. If I have already added a subdomain, I cannot change the hosting type of the master domain. Also it is not possible to add a second domain to the subscription anymore.

View 6 Replies View Related

Plesk 11.x / Linux :: Webmail On Normal Domain Without Separate Subdomain

Sep 1, 2014

change the webmail from Plesk over

/usr/local/psa/admin/conf/templates/custom/domainWebmail.php

thats working without a problem if i change the Webmail Subdomain from one to another.

But i want to change the webmail from

webmail.domain.tld

to

domain.tld/webmail

The following change in domainWebmail.php does not work:

ServerAlias "<?php echo $VAR->domain->asciiName ?>/webmail"
<?php foreach ($VAR->domain->mailAliases AS $alias): ?>
ServerAlias "<?php echo $alias->asciiName ?>/webmail"
<?php endforeach; ?>

View 1 Replies View Related

Plesk 11.x / Windows :: How To Change Subdomain To Sub Directory

Feb 25, 2015

I use plesk 11, I was creat sub directory: domain.com/test. but I access via test.domain.com is ok, but domain.com/test is error " page not found" how to I access via domain.com/test ?

View 2 Replies View Related

Plesk 11.x / Windows :: Subdomain Frame Forward

Oct 4, 2012

I have 2 domain names, lets say domain1.com and domain2.com.

domain1 is the main domain and it has a subdomain, lets say sub.domain1.com.

What i want to do is to forward domain2 to domain1 without loosing its name. I used frame forwarding at plesk panel. The domain2 is correctly forwarded to domain1 without loosing its name. The problem is that the sub.domain2.com displays the domain1.com and not the sub.domain1.com

Below are my dns settings at domain2.com:
xx.xx.xx.xx / 24 PTR domain2.com.
sub.domain2.com. A xx.xx.xx.xx
ftp.domain2.com. CNAME domain2.com.
ipv4.domain2.com. A xx.xx.xx.xx

[Code] .....

where xx.xx.xx.xx is my ip.

The funny thing is that webmail.domain2.com works fine.

View 1 Replies View Related

Plesk 11.x / Windows :: Script PHP For Creating Subdomain

Apr 24, 2014

I am trying to write a script PHP creating a subdomain on a server when executed (as well as doing other stuff, but that part work). But, when I send my request to the server, the script, while it does create the subdomain, doesn't display anything upon execution (I have put a few echo in the script to check the advancement, and nothing appears).

The error message : Echec du chargement de la page Aucune donnée reçue.

Here is my code :

/**
* Returns DOM object representing request for creation of new subdomain named after the parameter
* @return DOMDocument
*/
function createSubdomain($nom)
{
$xmldoc = new DomDocument('1.0', 'UTF-8');
$xmldoc->formatOutput = true;
$packet = $xmldoc->createElement('packet');

[Code] ....

The function curlInit and sendRequest are those used in the examples provided on this site, but I put them here just in case :

/**
* Prepares CURL to perform Plesk API request
* @return resource
*/
function curlInit($host, $login, $password)

[Code] ....

Why it doesn't send anything back ? When I modify the property line in the request, the script displays something, but it also fails at creating the subdomain (because the parameters are incorrect).

View 3 Replies View Related

Plesk 12.x / Windows :: Error Creating A Subdomain?

Jul 8, 2014

In the attached image, the following error details to create a new subdomain

View 3 Replies View Related

Plesk 11.x / Windows :: All Possible Subdomain Will Go To Main Site?

Apr 7, 2014

I need to make it so that all possible subdomains will go to my main site

How do I do that?

View 4 Replies View Related

Plesk 12.x / Linux :: How To Install Wildcard SSL For Domain / Subdomain Hosted On Server

Apr 13, 2015

I am running a CentOS 6.5, 64-bit server with Plesk 12.0.18, and need to install a wildcard SSL for one of the domains/sub domains hosted on this server.

So you have the csr and private key installed (and domain.crt?), you just need to open..

1. COMODORSAAddTrustCA
2. COMODORSADomainValidationSecureServerCA

On your desktop and combine the two files into a new intermediate.crt file and upload that as the CA File.

But I'm not sure why you can't add it as text.

Click to expand...
Click for original message

View 7 Replies View Related

Plesk 11.x / Windows :: Fatal Error In Creating Subdomain?

May 1, 2013

recently i created a domain subscription with 3 alias domains. Thanafter i created a sub domain to a folder in the main domain. At first all went fine but after deleting the alias domains subdomains ans domain supscrption to register all the 4 domains each seperately a problem accured and i cant add any subdomain to none of the 4 domains. registering the domains themselves as individual domain works for each one perfect. But as soon as i try to add a subdomain on any of that 4 domains i get an error that the dns data could not be updated. As it looks like there is still some codes in the plesk database that links to 4 domains in any kind together and prevents me to creste a subdomain.

How can i manually remove all the domains subdomains and alias domain garbage from the plesk database. I use windows version of plesk panel 11.0.9 on windows 2008 server datacenter edition. I have good skils in IT but im not familiar with mysql and plesk. how to remove the records from plesk Mysql database. Command line commands internal commands locations that have to be altered and all other needed steps.

View 1 Replies View Related

Modifying Apache Status To Include Full SubDomain URL

May 19, 2008

if its possible to display subdomains on the Apachelog page? For example under "vhost" it would list the full website address of each subdomain?

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 11.x / Windows :: Creating Subdomain - Access Is Denied Due To Invalid Credentials

Sep 22, 2012

I have a problem with my plesk v11, when i create a new subdomain and upload my asp.net application to that and make a request to view my web page it get Server Error 401 :

401 - Unauthorized: Access is denied due to invalid credentials.

You do not have permission to view this directory or page using the credentials that you supplied.

But my main web site have not any problem and works fine, my changes that didn't work :

1) change in web.config file :

<authentication mode="None">
</authentication>

2) change in web config file :

<authorization>
<allow users="?"/>
</authorization>

Another question that i have is this happens because the Plesk's default permission assigning to the main domain so the users can view content without problem, but the permission isnt assign to the created subdomains ?

If this is the problem, how can i fix it so my users can see the content with our Windows Authentication or Forms authentication or anything else?

this is my domain name : www.senatex.ir
and this is my sub domain : nerkh.senatex.ir

Also parallels default host files not have any problems, for example : content.senatex.ir

View 1 Replies View Related

Plesk 11.x / Windows :: Error - Invalid Webmail Type When Creating Subdomain

Jun 30, 2012

I recently upgraded to version 11.0. Since the upgrade, I am not longer able to to create Sub-Domains. I did this all the time with version 10x with NO issues whatsover, but now I get the following error when trying to create a subdomain:

Error: Invalid webmail type

SCREENSHOT OF ERROR IS ATTACHED.

View 9 Replies View Related

[cPanel] Subdomain.domain.com Not Working | Www.subdomain.domain.com - Working Ok

Jul 24, 2007

I have problem,
subdomain.domain.com - not working
www.subdomain.domain.com - working

When I creating new subdomain: subdomain2.domain.com - all working ok, I have problem only with this one domain.

I deleting domain.com, deleting dns zones, deleting account, adding domain to other account - all not working for subdomain.domain.com

View 4 Replies View Related

Plesk 12.x / Windows :: Subdomain (Page Not Found / Page Doesn't Exist)

Jun 21, 2014

I have a problem with my server. I am trying to make a subdomain, and it isn't working. I create it like how in all tutorials says here( click here ) . I completed all fields, but when i try to open the subdomain in a browser page, it's telling me, page not found / page doesn't exist. I have a dedicated server on window server 2008 for my website with a dedicated IP.

View 5 Replies View Related

Parked Domain, Subdomain, Addon Domain?

Oct 24, 2008

what are the differences?

View 9 Replies View Related

Plesk 11.x / Windows :: Set 2 DNS And 1 IP For Domain?

Sep 19, 2013

I have a Windows VPS with plesk 11.5.30.

NS1 A IP1
NS2 A IP2

DOMAIN NS IP1
DOMAIN NS IP2

DOMAIN A IP3

How can I do that, because only work if DOMAIN A IP1

DNS recursion SET Allow for local requests only

View 1 Replies View Related

Plesk 12.x / Windows :: Changing IP Domain?

Dec 8, 2014

Everytime I change the IP o a domain in plesk the web page does not work and it appears the default parallels plesk web page.

View 1 Replies View Related

Plesk 11.x / Windows :: Possible To Rename Domain

Nov 21, 2013

Is it possible to rename a domain ? hwo to do it ? I have plesk panel 11.5.30 configured for ISP

View 2 Replies View Related

Plesk 11.x / Windows :: Error 503 On One Domain

Mar 5, 2014

I receive the error just on one domain, when i saw this error i check server and server has a RAM, CPU ok.

Site use ASP + ISAPREWRITE is this causing this problem?

How can i fix this?

View 1 Replies View Related

Plesk 11.x / Windows :: 404 Error On New Domain

Jul 17, 2012

I am trying out Plesk 11 for windows, so far I like it and will most likely buy it. I am having a problem with a new domain, however. I just created the domain, and I installed wordpress on it using Plesk's application page. If I go to [URL] .... it will not load, however if I go to [URL] .... it loads just fine. I even edited the directory to make sure that IIS looks for index.php first, but this didn't fix it. What am I missing? 

View 3 Replies View Related

Plesk 11.x / Windows :: SSL On Aliased Domain

Dec 18, 2014

We currently have a domain1.com setup on Plesk 11.0.9 Update #64. This domain has a dedicated IP and an SSL certificate for domain1.com.

There is also a domain2.com which is an alias of domain1.com. Is it possible to add an SSL certificate to domain2.com without separating the hosting for the two domains?

View 1 Replies View Related







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