Plesk 12.x / Linux :: Standard Domain Forwarding Does Not Forward Https Connections

Apr 29, 2015

URL....We are running Plesk 12 on a Linux VPS where we have multiple domains running.Multiple of these domains should redirect from www. domain name. ext to https://ext.domainname.com.This is configured with the Domain forwarding in Plesk, with hosting type Forwarding.But as described in the 2 links provided above, whenever you go to https://www.domain.ext, it does not redirect, and actually shows a Security error, since the domain doesn't have the SSL-certificate installed (because it should redirect to the https://ext.domainname.com).

Clearly we don't want visitors on the website to receive the (incorrect) Security error, and we want all traffic to http(s)://www.domain.ext to be redirected to the appropriate subdomains. allows us to redirect both the https/http connections to the domains, without forcing us to have the domains have a Website hosting add redirect them manually with (for example) .htaccess.

View 1 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: Domain Forwards Do Not Forward

Sep 17, 2014

After a recent migration from 11.5 (CentOS 6.5) to 12 (CentOS 6.5) my forwards no longer work.

I have removed the domain. Created a new domain and set forwarding up. Just goes to a plesk page.

I then ran /usr/local/psa/admin/sbin/httpdmng --reconfigure-domain domain.tld on it and it still does not work. I then went through each forward on the sever and none of them work.

View 1 Replies View Related

Plesk 12.x / Linux :: Enable HTTPS On Domain / Server

Feb 25, 2015

I've tried to enable https on a domain /server: vpn, debian 6.0.10, plesk 12.0.18/ but all I receive is a 403 forbidden error. I can't find any other related option, what could be the problem?

View 4 Replies View Related

Plesk 11.x / Linux :: Domain Forwarding With HTAccess

Jun 14, 2014

I have re-built a website on a new domain. Now I want to redirect http://www.olddomain.com/anything or http://olddomain.anything to www.newdomain. Because the file structure is totally different, I want all redirections to go to the Home Page of newdomain.

Initially, I used Standard forwarding in the Plesk CP but that attempts to keep the filename the same. So www.olddomain.com/wibble tries to go to www.newdomain.com/wibble. But wibble dies not exist on the new domain.

Should I use htaccess with physical hosting instead on olddomain.com? Is the following correct?:

Code:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^olddomain.com [NC]
RewriteRule ^(.*)$ http://www.newdomain.com [R=301,L]

Will that basically cover any request? Anything that people have saved or which appears in Google searches, no matter whether http:// or http://www.

And for neatness on the new domain, I would like to add www to any request like http://newdomain.com/whatever to go to http://www.newdomain.com/whatever which I think means that Google analytics will report more accurately.

So would my htaccess file on newdomain.com be like this?:

Code:
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^newdomain.com [NC]
RewriteRule ^(.*)$ http://www.newdomain.com/$1 [R=301,L]

View 3 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 / Windows :: How To Disable Https Port On Only One Domain

Feb 14, 2015

My customer using exchange on internal office, the https port conflict with their work. how do I disable https port on their domain?

I am using plesk 11.x and I have about 300 domains on it.

View 1 Replies View Related

Plesk 12.x / Linux :: Inbound TLS Due To Standard DNS Template

Jul 17, 2014

With the standard-DNS-Layout every customer has an MX-entry like MX 10 mail.customerdomainexample.com

The problem is, that inbound mailservers get a TLS warning, because the mailhostname does not match mail.companydomainexample.com, which is the domain with a valid SSL-Certificate pointing to the same server.

Wouldn't it make sense to change the default template to mail.companydomainexample.com since it is the same machine anyway?

View 2 Replies View Related

Plesk 12.x / Windows :: How To Set Whole Website To Https And Redirect All Http To Https

Oct 7, 2014

I´ve read that a whole https website might be better for SEO than just a mixed version. So I want to change the whole website to https.

We are using Plesk 12 on Win 2008 R2.
One Website is using DotNetNuke 7.3.2.

How can I automatically set the whole website to https?

What happens to the users that just type domainname.com without http or https.?

What is the right search engine friendly technique to permanently redirect to the https version even when the user is not using the application protocol prefix http/https?

Where can I do the setup in Plesk 12 fro Windows?

Are their any other drawbacks that I have to think over before I do the changes?

View 5 Replies View Related

Plesk 12.x / Linux :: Way To Reset Permissions And Ownership For Directories Back To Standard?

Oct 13, 2014

run a command on /var/git to set rights and onwer without being cautious enough.I have run chown git:git .* -R which did not only run direction downwards the tree but upwards as well :-(

Any way to reset permissions and ownership for the directories back to standard?I tried /usr/local/psa/bin/repair already. Did lot of the fixes, but not all is in line yet.

View 1 Replies View Related

Plesk 12.x / Linux :: How To Redirect Http To Https

Mar 25, 2015

I have bought ssl certificate but if I open my site I think it is redirect to http because I dont see https. I use nginx like web server.

View 13 Replies View Related

Plesk 11.x / Linux :: How To Redirect HTTPS To HTTP

Jul 18, 2014

how can I make a redirect traffic to the site that I have over HTTPS in HTTP? Disabling SSL 404 using Plesk 11 with nginx + php-pfm

View 2 Replies View Related

Plesk 12.x / Linux :: Forcing HTTPS Results Into Many Redirects

May 16, 2015

I've been fiddling with Plesk to get HTTPS to work for [URL] .... Unfortunately I haven't had any successes at forcing HTTPS, all result in a 'to many redirects' message.

The certificate is already activated and can be verified trough; [URL] ....

Code:
proxy_error_log:2015/05/16 16:35:00 [crit] 21266#0: *2336 SSL_do_handshake() failed (SSL: error:140A1175:SSL routines:SSL_BYTES_TO_CIPHER_LIST:inappropriate fallback) while SSL handshaking, client: 64.41.200.106, server: 151.80.117.38:443
proxy_error_log:2015/05/16 16:36:37 [crit] 21266#0: *2616 SSL_do_handshake() failed (SSL: error:14094085:SSL

[Code] .....

View 11 Replies View Related

Plesk 11.x / Linux :: Splitting Http And Https Directories

May 21, 2014

We will be migrating from plesk 9 to plesk 11 and I am having some trouble finding a fix for something. Previously, http and https could either share a directory or have split directories (httpdocs and httpsdocs) for a site. Now all I see is httpdocs and I can't find a way to have separate directories.

View 6 Replies View Related

Plesk 11.x / Linux :: Selected Site On Default IP Via HTTPS

Jun 16, 2014

I have Plesk 11.5 installed on my server. There are about 30 sites on the same shared IP address. I need to set up a site to be accessible via https://<ip-address-of-the-server> . According to the documentation I went to Setting -> IP Addresses and selected the desired site from the drop down. Now http://<ip-address-of-the-server> (note, 80th port) works like a charm. Unfortunately https:// displays only the first page of the selected site; all CSS, JS and other files are not found (404).

I did some research and found that Nginx forwards the requests to Apache for all the PHP files and tries to handle all the static files by itself (what is expected and correct). But it looks like that there is no special configuration for nginx which would specify where to get these static files for the IP address, and Nginx just uses the first loaded config (started from b in my case).

I temporary resolved this issue by modifying the last_nginx.conf for the desired domain this way: listen XX.XX.XX.XX:443 default_server ssl;

Note I added "default_server" directive. Of course it would be erased on each reconfiguration of the config files, but as for now I do not see how I can put it in custom nginx.conf or on the server servel level. I reckon Plesk should include the directive in the file the same way as it produces last_httpd_ip_default.conf Apache config for the selected domain. It looks to be an easy fix on the template level, may be I will do it later, but for now this is just the bug report.

View 2 Replies View Related

Plesk 11.x / Linux :: Email Forwarding Is Not Working

May 13, 2014

OS: CentOS 6.5 (Final)
Panel version: 11.0.9

I can receive email and check them via Horde but i'm unable to get them forwarded to my gmail account.Is there anything i can check/do ?I'm an ex-cpanel user.

View 4 Replies View Related

Plesk 12.x / Linux :: Redirect From Http To Https Wrong Hostname?

Nov 28, 2014

the hostname is www.domain.com also in the serversettings of plesk. When we go to http://www.domain.com:8443 we become redirected to https://www:8443. The only way to connect to plesk is to use https the redirect from http doesnt work.

View 1 Replies View Related

Plesk 11.x / Linux :: Https Redirect To Http After Installing SSL Certificate

May 15, 2014

After installing a RapidSSL certificate in a subdomain, https redirects automatically to http,

Plesk 11.5 with debian and last version openssl

Why https redirect to http when I setup the certificate?

View 1 Replies View Related

Plesk 12.x / Linux :: Forwarding Emails Causes Softfail On Gmail

Feb 21, 2015

I setup an email account into my Plesk 12 to automatic forwarding all emails to an gmail address. But Gmail put all mails received into the Spam folder.

I revised the mail Header and its a SPF softfail causes because my server is not rewritting the sender envelope.

How can I activate SRS on my Plesk

View 5 Replies View Related

Plesk 12.x / Linux :: Mail Forwarding Failed After Update

Sep 16, 2014

I update my plesk 11,5 to 12.And I activate (limit control for smtp)After this action the email forwarding fails in all domains of plesk.This is the mail system at host fsyc.org. You can delete your own text from the attached returned message.

Reporting-MTA: dns; fsyc.org
X-Postfix-Queue-ID: 5B51E2E800BC
X-Postfix-Sender: rfc822; rbuila@robertobuil.com
Arrival-Date: Tue, 16 Sep 2014 14:21:10 +0200 (CEST)

[code].....

View 4 Replies View Related

Plesk 12.x / Linux :: Migrated Domains - Single Http / Https Folder

Nov 25, 2014

I migrated domains from another server and they had separate http and https folders. Now I need to make them use same httpdocs for both http/https. How do I do it for a single domain? How do I batch do it for all domains?

View 4 Replies View Related

Plesk 11.x / Linux :: Disabling Email Forwarding Configured In Accounts

Aug 23, 2014

Many of our clients create e-mail accounts that forward incoming e-mail to mailboxes hosted on other e-mail services. e.g., Gmail.

Lately, though, a handful of these accounts have been receiving a lot of spam (i.e., UCE) and that's been causing a lot of damage to our reputation with these other e-mail services because the message that's being forwarded appears to have originated from our servers.

Code:
<someuser@gmail.com>: host gmail-smtp-in.l.google.com[64.233.183.27]
said: 552-5.7.0 This message was blocked because its content presents a
potential 552-5.7.0 security issue. Please visit 552-5.7.0
http://support.google.com/mail/bin/answer.py?answer=6590 to review our 552
5.7.0 message content and attachment content guidelines.
g20si28780491ici.46 - gsmtp (in reply to end of DATA command)

Is there some way to...

Find accounts that are configured to forward to gmail?

Disable forwarding in accounts that are configured to forward to gmail? 

View 4 Replies View Related

Plesk 12.x / Linux :: SMTP Traffic - Forwarding Email Addresses

Nov 11, 2014

I have two sites that register a high amount to SMTP traffic. Both sited have only forwarding email addresses.

Do forwarding addresses accumulate SMTP traffic on the log?

Also, if a forwarding email is created without a mailbox is it necessary to add a password so that "others" cannot use the blank SMTP server to send email out?

View 2 Replies View Related

Plesk 12.x / Linux :: Error Changing Type From Forwarding To Web Hosting

Dec 6, 2014

I have installed Plesk 12.0.18 on my server and want to change the hosting-type from "Forwarding" to "Web hosting". I change the type via "Websites & Domains" view (see attachments).

After I insert username and password, I get following error message:

Some fields are empty or contain an improper value. ('home' = '')

Deleting the domain and creating it from scratch is a bad option. I would have to create all e-mail accounts and migrate the data.

View 7 Replies View Related

Plesk 11.x / Linux :: Content From Subdomain Server Alias Over HTTPS Not Being Served By Nginx

Jul 14, 2014

We're running Plesk 11.5 on a CentOS 6.5 VPS and we would like to resolve the following problem:

We've configured a physical subdomain, lets say sub1.mydomain.com, and set up a couple of aliases for that domain in Plesk under:

Web Server Settings for sub1.mydomain.com > Additional Apache directives > "Additional directives for HTTP"

Code:
ServerAlias mysub1.mydomain.com
ServerAlias mysub2.mydomain.com

And

Web Server Settings for sub1.mydomain.com > Additional Apache directives > "Additional directives for HTTPS"

Code:

ServerAlias mysub1.mydomain.com
ServerAlias mysub2.mydomain.com

This config is working fine until we try to load resources from the alias over ssl, I believe something is missing in the Nginx config. I'm not getting any info using the logs.

For example:

http://sub1.mydomain.com/img/myimage.jpg --> works!
https://sub1.mydomain.com/img/myimage.jpg --> works!

http://mysub1.mydomain.com/img/myimage.jpg --> works!
http://mysub1.mydomain.com/img/myimage.jpg --> not loading

http://mysub2.mydomain.com/img/myimage.jpg --> works!
http://mysub1.mydomain.com/img/myimage.jpg --> not loading

Do we need to specify alternative directives for Nginx?

View 1 Replies View Related

Forward Mail From Parked Domain To Primary Domain - How? MX Record?

May 6, 2007

OK, I am confused. I have one domain that is parked on top of another domain. I would like Mail that comes to the parked domain to be automatically forwarded to the same user name at the primary domain.

Can I change a DNS or MX record to facilitate this?

View 1 Replies View Related

Plesk 11.x / Linux :: Cannot Authenticate Via SMTP For Mail-users With Mailbox Off And Forwarding On

Apr 9, 2013

I have mail-addresses with mailbox turned OFF and Forwarding switched ON.

The user can receive emails but can't use SMTP to send email. I expect that users without mailboxes can send messages, like in Plesk 9.5.

Error: No such user 'info@example.com' in mail authorization database

CentOS 6.4 + Plesk 11.0.9 Update #45

View 9 Replies View Related

Plesk 12.x / Linux :: Error On Login - Too Many Connections

Mar 11, 2015

When a login to my plesk, i look this error:

ERROR: Zend_Db_Adapter_Exception: SQLSTATE[08004] [1040] Too many connections (Abstract.php:144)

ERROR: Zend_Db_Adapter_Exception: SQLSTATE[HY000] [2002] No such file or directory (Abstract.php:144)

ERROR: Zend_Db_Adapter_Exception: SQLSTATE[HY000] [2002] Connection refused (Abstract.php:144)

View 2 Replies View Related

Plesk 12.x / Linux :: Cryptid Connections To Mail And FTP Protocols

Jul 16, 2015

how to use Plesk through “Customer's Guide, Plesk 12.0” manual from Odin website. I have a VPS Cloud plan at OVH with Plesk 12 Web Admin + CentOS 6.6

I wish to know how to enable POP3, IMAP, SMTP, FTP protocols with a cryptid connections using native Plesk/CentOS certificate (not purchasing one but self-made by the server). Moreover, I wish to know if it uses SSL or TLS.

View 2 Replies View Related

Plesk 12.x / Linux :: Server Firewall / FTP - Allow All Incoming Connections

Jun 18, 2014

Since the update I have a problem with my Firewall. I need to set "Allow all incoming connections" under "Server => Firewall" in order to connect over FTP with TLS (explicit). This was working before the update without allowing all incoming connections. How to fix this in the Plesk panel?

View 2 Replies View Related

Plesk 12.x / Linux :: IMAP-Server Maximum Number Of Connections

Jan 28, 2015

My Customers and I have Problems connecting to IMAP-Server. By moving through IMAP Folders I get the Massage "Unable to connect to your IMAP server. You may have exceeded the maximum number of connections to this server"

I know this Article: [URL] ... and all the other related to this issue.

[Code].....

View 9 Replies View Related

Domain Forward To Server IP?

Jun 4, 2006

I'm totally new at the dedicated server thing. I want to point a domain (mintylabs.com) to my server IP making it possible to have my own custom dns (e.g. ns1.mintylabs.com).

View 2 Replies View Related







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