<IfModule mod_php7.c>
	<IfModule mod_alias.c>
	    Alias /phppgadmin /usr/share/phppgadmin
	</IfModule>
	                                                                                
	<DirectoryMatch /usr/share/phppgadmin/>
	    DirectoryIndex index.php
	    Options +FollowSymLinks
	    AllowOverride None

	    Order allow,deny
	    Allow from all
	</DirectoryMatch>
</IfModule>
