i have deleted and restarted twice. once with a different appname and the last time with the original. as i said the first time i set up the website it came up fine including accessing MYSql db now it just redirects to amahi control panel.
conf.d file
<VirtualHost *:80>
ServerName ourwebsite
ServerAlias bradandtiffany.me
ServerAlias
www.bradandtiffany.me
DocumentRoot /var/hda/web-apps/ourwebsite/html
<Directory "/var/hda/web-apps/ourwebsite/html">
Options Indexes FollowSymLinks MultiViews
<If "-s '/var/hda/web-apps/ourwebsite/htpasswd'">
AuthType Basic
AuthName "User Login Required for This Area"
AuthUserFile /var/hda/web-apps/ourwebsite/htpasswd
Require valid-user
</If>
<Else>
AllowOverride AuthConfig
Require all granted
</Else>
</Directory>
ErrorLog /var/hda/web-apps/ourwebsite/logs/error_log
CustomLog /var/hda/web-apps/ourwebsite/logs/access_log combined env=!dontlog
</VirtualHost>