Skip to content

Instantly share code, notes, and snippets.

<VirtualHost *:80>
ServerName blog.app
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html/blog/public
<Directory /var/www/html/blog/public>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny