<VirtualHost *:80>
    ServerName s.test
    DocumentRoot "/path/to/shlink/public"

    <Directory "/path/to/shlink/public">
        Options FollowSymLinks Includes ExecCGI
        AllowOverride all
        Order allow,deny
        Allow from all
    </Directory>
</VirtualHost>
