Skip to content

Instantly share code, notes, and snippets.

@si294r
Created August 31, 2016 08:58
Show Gist options
  • Save si294r/d3076ac725148c803d0615f88339670a to your computer and use it in GitHub Desktop.
Save si294r/d3076ac725148c803d0615f88339670a to your computer and use it in GitHub Desktop.
<Directory "/var/www/html">
        RewriteEngine On
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteRule ^/?([a-zA-Z_]+)/(.*)$ $1/index.php/$2 [L]
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment