Skip to content

Instantly share code, notes, and snippets.

@onurkayaio
Created December 29, 2018 21:40
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 onurkayaio/33c70e2cdc1fd4faf44e465c0d83fd19 to your computer and use it in GitHub Desktop.
Save onurkayaio/33c70e2cdc1fd4faf44e465c0d83fd19 to your computer and use it in GitHub Desktop.
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteBase /
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ public/index.php [QSA,L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment