Hi guys,
I have enabled HTTPS on Aapache and this is working great.
I would like to rewrite the URL: starting from http://mysite I have the correct redirect to https://mysite (PHP default page) but I want to access automatically to https://mysite/zabbix or, a better solution could be https://mysite pointing to the login page of Zabbix.
I can't accomplish this, what can I do?
In /etc/apache2/sites-available/000-default.conf and default-ssl.conf
I have the DocumentRoot pointing to /var/www/html
Thank you
Fabrizio
I have enabled HTTPS on Aapache and this is working great.
I would like to rewrite the URL: starting from http://mysite I have the correct redirect to https://mysite (PHP default page) but I want to access automatically to https://mysite/zabbix or, a better solution could be https://mysite pointing to the login page of Zabbix.
I can't accomplish this, what can I do?
In /etc/apache2/sites-available/000-default.conf and default-ssl.conf
I have the DocumentRoot pointing to /var/www/html
Thank you
Fabrizio
Comment