http to https redirect not working on some website

prosatya

Verified User
Joined
Feb 23, 2021
Messages
7
Hello Everyone,

I've read all the posts of the forum but have not found the solution so creating a new post.


Under Direct admin - >Custom HTTPD Configurations

Have many websites and users inside DA account however some of the website working fine http to https redirting. However some nto working after rinning Below command aptitude update && aptitude full-upgrade

SERVER detail
Debian GNU/Linux 11 (bullseye)
Debian GNU/Linux"
="11"



FYI : Used wordpress website and tried to debug by using (Default theme and no plugin) still no solution.
 
Last edited:
thank you for your response. Already set still not working

Use a symbolic link from private_html to public_html - allows for same data in http and https
Force SSL with https redirect
 
Try running once you set the
Force SSL with https redirect

Code:
systemctl restart directadmin

Code:
cd /usr/local/directadmin/custombuild
./build set_fastest
./build update
./build rewrite_confs

Maybe something is out of sync.
 
@bdacus01 thank you so much for your support. now my issue is resolved by below command.

cd /usr/local/directadmin/custombuild
./build set_fastest
./build update
./build rewrite_confs
 
Back
Top