Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@saintplay
Created December 10, 2016 04:15
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 saintplay/68c79e21bb12502fd9ebbac4a2a596b1 to your computer and use it in GitHub Desktop.
Save saintplay/68c79e21bb12502fd9ebbac4a2a596b1 to your computer and use it in GitHub Desktop.
<Directory "/path/to/your/project">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Require all granted
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [L]
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment