Commit 8f5e7d7c authored by Paul Asmuth's avatar Paul Asmuth
Browse files

htacces...

parent 9c4dfe80
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -113,6 +113,7 @@ task :render do

  puts "+ Copying Assets"
  %x{cp -R #{BASEDIR}/web/assets/* #{BASEDIR}/target}
  %x{cp -R #{BASEDIR}/web/assets/.htaccess #{BASEDIR}/target}
end

task :default do
+2 −1
Original line number Diff line number Diff line
RewriteEngine On
RewriteCond %{HTTP_HOST} !^fnordmetric\.io$ [NC]
RewriteRule ^/(.*) http://fnordmetric.io/$1 [R=permanent]
RewriteRule / http://fnordmetric.io/ [R=permanent]