• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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