Skip to content

Instantly share code, notes, and snippets.

@smellman
Created March 21, 2011 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smellman/879329 to your computer and use it in GitHub Desktop.
Save smellman/879329 to your computer and use it in GitHub Desktop.
sinsai.info #208の修正点...
diff --git .htaccess .htaccess
index d4821fc..a618363 100755
--- .htaccess
+++ .htaccess
@@ -6,6 +6,8 @@
# Installation directory
RewriteBase /ushahidi
+ RewriteRule ^.*/media/(.*) media/$1 [L,R]
+
# Protect application and system files from being viewed
RewriteRule ^(application|modules|system) - [F,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment