Skip to content

Instantly share code, notes, and snippets.

@kalebweb
Created October 26, 2013 23:35
Show Gist options
  • Save kalebweb/7175902 to your computer and use it in GitHub Desktop.
Save kalebweb/7175902 to your computer and use it in GitHub Desktop.
For CakePHP
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ app/webroot/ [L]
RewriteRule (.*) app/webroot/$1 [L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment