Change Document Root on Apache and Update SSL
Change Document Root on Apache and Update SSL
Change the file "/home/user/conf/web/domain.com.httpd.ssl.conf" line:
DocumentRoot /home/user/web/domain.com/public_html
to:
DocumentRoot /home/user/web/domain.com/public_html/public
Can give problem when renewing Let's Encrypt?
It's for Codeigniter4. I need to direct to /public folder
DocumentRoot /home/user/web/domain.com/public_html
to:
DocumentRoot /home/user/web/domain.com/public_html/public
Can give problem when renewing Let's Encrypt?
It's for Codeigniter4. I need to direct to /public folder