Skip to content

Instantly share code, notes, and snippets.

@trungpv1601
Last active October 13, 2018 04:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trungpv1601/b7d70cba5c856bbcec06e180bba5ede0 to your computer and use it in GitHub Desktop.
Save trungpv1601/b7d70cba5c856bbcec06e180bba5ede0 to your computer and use it in GitHub Desktop.
Alias apache2 config
RewriteBase /laravel-site
Alias /laravel-site "/var/www/xxx/public"
<Directory "/var/www/xxx/public">
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment