I am getting mad:
- vhost: http://termbin.com/4z10
<VirtualHost *:8080> ServerAdmin istreaming@gmail.com ServerName ec2-52-36-220-163.us-west-2.compute.amazonaws.com DocumentRoot /var/www/wordpress <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /var/www/wordress> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory> #mariadb <Directory /var/www/wordress/mydbadmin> AllowOverride AuthConfig # The Options below is an example. Use what you deem is necessary. Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec Order allow,deny Allow from all </Directory> </VirtualHost>
- htaccess: http://termbin.com/kjw1
AuthType Basic AuthName "Authentication Required" AuthUserFile "/var/www/wordpress/mydbadmin/.htpasswd" Require valid-user
Ignore the bunk in htaccess, was trying to generate an error to see of it was not being read.