Skip to content

Instantly share code, notes, and snippets.

@mzo84
Created July 10, 2016 05:48
Show Gist options
  • Save mzo84/aff9003783f90b5638baa7c00c4e6b35 to your computer and use it in GitHub Desktop.
Save mzo84/aff9003783f90b5638baa7c00c4e6b35 to your computer and use it in GitHub Desktop.
pretty url htaccess for yii 2 - put in /web folder
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^/?basic/(.*)$ /basic/index.php/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment