Background:
– I have several virtual hosts in apache on ubuntu. All working just fine.
– This is the first time I am installing wordpress in a sub-domain scenario.
– I have tested that the sub-domain is working with a basic html page
/index.html
– I have tested that php is working with a basic php page
/phptest.php
– I unzipped wordpress-5.0.zip into the correct folder
– I created wp-config.php with the correct account and database settings
– I have changed ownership to the proper owner, and changed permissions to the proper permissions
– Removed all files and repeated the process in case of corrupt files during unzip.
Issue:
– When I navigate to my site all I see is “This page isn’t working is currently unable to handle this request.
HTTP ERROR 500”
Any help would be greatly appreciated!