• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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