Skip to content

Instantly share code, notes, and snippets.

@hugeval
Created November 2, 2018 15:56
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 hugeval/4375826ccd348e65df9f145621931a2b to your computer and use it in GitHub Desktop.
Save hugeval/4375826ccd348e65df9f145621931a2b to your computer and use it in GitHub Desktop.
<Directory "/var/www/html/web-mainapp-taxichat/app/web">
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment