Laravel.io
  GNU nano 2.2.6                                                                            File: pokemon.tangurin.se.conf

<VirtualHost *:80>
        ServerAdmin [email protected]
        ServerName pokemon.tangurin.se
        DocumentRoot /var/www/pokemon.tangurin.se/public_html

        <Directory />
                Options FollowSymLinks
                AllowOverride None
        </Directory>
        <Directory /var/www/pokemon.tangurin.se/public_html>
                Options FollowSymLinks MultiViews
                AllowOverride all
                Order allow,deny
                allow from all
        </Directory>
</VirtualHost>



Please note that all pasted data is publicly available.