Ok. So I have created a brand new Centos7 server in Virtual Box. It is running Apache 2.4.6 and PHP 5.6.36.
I have placed the Siberian Installer index.php in /var/www/html
I created the .htaccess and htaccess.txt files as instructed on the Siberian website and also placed them in /var/www/html
I went into the httpd config file at /etc/httpd/conf/httpd.conf and did AllowOveride ALL for both /var/www and /var/www/html
I have chown all of the folders/files apache:apache and chmod 644 the files.
I made the following changes in the PHP config file:
“memory_limit“: Set it to 512M
“max_execution_time“: Set it to 120
“post_max_size“: Set it to 100M
“upload_max_filesize“: Set it to 100M
When I run the Siberian installer it says downloading for about a minute, and then I get internal server error 500.
Install is still not working for me. Could this have anything to do with the htaccess changes made in Apache 2.4?
If so, could someone please write a new Siberian tutorial for how to get the installer access correct in Apache 2.4?