• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Permanent SEO-safe 301 redirect from HTTP to HTTPS

einstein

New Pleskian
Hi

i installed let's encrypt ssl on my wordpress site
and i checked this box, thinking that it will redirect all http to https easily.

then later i set my wordpress siteurl and home url to the new Domain Name Registration and Web Hosting | Domain.com

and the entire site is not accessible now.

i then changed "https" to "http" in wp_options via phpmyadmin
i tried to uncheck the box, delete the ssl, but the site keeps redirecting to the ssl version no matter what.
i cleared all cache but it's still the same.

how can i resolve this? @@

thanks
 
Hi einstein,

pls. provide MORE informations:

A very good start is the output of the command ( logged in as user "root" over SSH ): plesk version

Pls. have a look at your LOG - files, to investigate issues/errors/problems. If you need help with the investigations, pls. post the log - files as attachments in your posts, or copy corresponding entries with issues/errors/problems in your next post.

 
Hi einstein,

pls. provide MORE informations:

A very good start is the output of the command ( logged in as user "root" over SSH ): plesk version

Pls. have a look at your LOG - files, to investigate issues/errors/problems. If you need help with the investigations, pls. post the log - files as attachments in your posts, or copy corresponding entries with issues/errors/problems in your next post.


hi

i click on logs for the website from the plesk admin
Code:
    Error    162.158.69.220        1491#0: *13 directory index of "/var/www/vhosts/domain/httpdocs/" is forbidden

bout my version:
Code:
Product version: Plesk Onyx 17.5.3 Update #3
    Update date: 2017/04/24 10:17
     Build date: 2017/03/17 16:00
     OS version: Ubuntu 16.04
       Revision: 55d1b49a272f44666e1920eca8b6e4da449a38cd
   Architecture: 64-bit
Wrapper version: 1.2
 
Hi einstein,

Error 162.158.69.220 1491#0: *13 directory index of "/var/www/vhosts/domain/httpdocs/" is forbidden
Points to several possible root causes:

Apache is not working
Nginx is not working
Misconfigured webserver configuration files
Existent ".htaccess" - files are not converted into nginx directives

Pls. check above possible root causes and report back with MORE informations, if you need further help.
 
Hi einstein,


Points to several possible root causes:

Apache is not working
Nginx is not working
Misconfigured webserver configuration files
Existent ".htaccess" - files are not converted into nginx directives

Pls. check above possible root causes and report back with MORE informations, if you need further help.

i disabled apache, as per this thread.
Resolved - Proxy mode off: bug and problems with nginx config
technically nginx should be working
how do i revert back to test?
 
Hi einstein,

pls. REMOVE possible custom templates at "/usr/local/psa/admin/conf/templates/custom" and recreate your webserver configuration files with:

Code:
plesk repair web -y -v

or

/usr/local/psa/admin/sbin/httpdmng --reconfigure-all
 
Hi einstein,

pls. REMOVE possible custom templates at "/usr/local/psa/admin/conf/templates/custom" and recreate your webserver configuration files with:

Code:
plesk repair web -y -v

or

/usr/local/psa/admin/sbin/httpdmng --reconfigure-all

now it works.
can you tell me what is wrong with the template?
or what i have to do to make it work with nginx only? i think i followed the thread to the dot.
 
Back
Top