# phpMyAdmin <VirtualHost *:80> ServerName pma.bikenow.co DocumentRoot /var/www/vhost/disk-apps/pma.bikenow.co <Directory /var/www/vhost/disk-apps/pma.bikenow.co> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory> RewriteEngine on RewriteCond %{SERVER_NAME} =pma.bikenow.co RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] </VirtualHost>