Hi, ispconfig 3 - called thor3.tlsystems.co.uk fedora 16 My problem, i have finally moved my last site from a ispconfig 2 server to my new ispconfig 3 server, www.tlsystems.co.uk tlsystems.co.uk was the first domain and client created with ssl enabled It is based on zencart, i login to the control panel via https://www.tlsystems.co.uk/myadminpage then i get Not Found The requested URL /adminpage was not found on this server. Apache/2.2.22 (Fedora) Server at tlsystems.co.uk Port 443 If i ssh in and edit configure.php and set ssl to disabled i can login and see my admin pages. Being enabled says page not found
AMENDMENT TO ORIGINAL I think i found the problem, if i access https://www.tlsystems.co.uk it shows the default fedora landing page from /var/www/html How do i set my default https to be /var/www/tlsystems.co.uk/web/
sussed it.... edit /etc/httpd/conf/httpd.conf and change 2 directives, Documentroot "/where/ever/web" and <Directory "/where/ever/web" and then restart system, it didnt work at first using "service httpd restart"