Return to Snippet

Revision: 11601
at March 2, 2009 12:34 by Hilyin


Updated Code
# This RedirectMatch points files in this folder to the referenced S3 location.
RedirectMatch /folder/(.*) http://domain.com/folder/$1

Revision: 11600
at February 10, 2009 18:01 by Hilyin


Updated Code
RedirectMatch /folder/(.*) http://domain.com/folder/$1

Revision: 11599
at February 10, 2009 18:00 by Hilyin


Initial Code


Initial URL


Initial Description


Initial Title
Basic Cloudfront or S3 .htaccess RedirectMatch

Initial Tags
textmate, htaccess

Initial Language
Other