Virtual Hosting | internal error - server connection terminated

so I set up lot's of virtual domains in my career but I can't get macdougall.ninja to load for some reason. I'm stumped on. The webpage error says:

internal error - server connection terminated

Here is my Virtual Host file:

 <VirtualHost *:80> ServerName macdougall.ninja ServerAlias ServerAdmin webmaster@localhost DocumentRoot /var/www/ ErrorLog /var/log/httpd/macdougall.ninja-error.log CustomLog /var/log/httpd/macdougall.ninja-access.log combined <Directory "/var/www/"> AllowOverride All </Directory>
RewriteEngine on
RewriteCond %{SERVER_NAME} = [OR]
RewriteCond %{SERVER_NAME} =macdougall.ninja
RewriteRule ^ `[END,NE,R=permanent]

`

Here is my index.html

<!DOCTYPE html>
<html lang="en">
<head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes"> <title>Hello World!</title>
</head>
<body>
<h1>Hello World!</h1>
</body>
</html>

Apache status is active. I have other sites loading. I have restarted Apache

OS=Centos7

13 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like