Hi,
I am trying to setup CI4 to have a play about but I am having some serious issue. I have had a good look around on here and other sites to try to fix the virtual host bit to point to my public folder
I have tried the following in my .htaccess file
but I just get a 500 internal error.
What am I doing wrong as I have spent 3 days now with zero luck
I am trying to setup CI4 to have a play about but I am having some serious issue. I have had a good look around on here and other sites to try to fix the virtual host bit to point to my public folder
I have tried the following in my .htaccess file
Code:
<VirtualHost *:443>
ServerName domain.com/codeigniter4/
DocumentRoot /var/www/codeigniter4/public/
</VirtualHost>but I just get a 500 internal error.
What am I doing wrong as I have spent 3 days now with zero luck