Skip to content

Instantly share code, notes, and snippets.

@meeech
Created November 26, 2010 18:28
Show Gist options
  • Save meeech/717055 to your computer and use it in GitHub Desktop.
Save meeech/717055 to your computer and use it in GitHub Desktop.
RewriteCond %{PATH_INFO} !^phpmyadmin$
RewriteRule ^$ app/webroot/?url=/ [L]
RewriteCond %{PATH_INFO} !^phpmyadmin$
RewriteRule (.*) app/webroot/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment