Skip to content

Instantly share code, notes, and snippets.

@0xff00ff
Created February 24, 2015 11:04
Show Gist options
  • Save 0xff00ff/eb92e3af218fa940673c to your computer and use it in GitHub Desktop.
Save 0xff00ff/eb92e3af218fa940673c to your computer and use it in GitHub Desktop.
htaccess redirect requests
Options -Indexes +SymLinksIfOwnerMatch
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_URI} /
# Rewrite all those to insert /folder
RewriteRule ^(.*)$ /twitpic4/public/$1 [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment