Update http -> https where appropriate
[website] / .htaccess
index 745e745..d396fc4 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -9,8 +9,21 @@ Allow from all
 
 ## Dreamhost Affiliate Rewrite
 <IfModule mod_rewrite.c>
+  Options +FollowSymlinks
   RewriteEngine On
   RewriteBase /
-  RewriteCond %{REQUEST_URI} ^/hosting [NC]
-  RewriteRule ^(.*)$ http://www.dreamhost.com/r.cgi?606408 [L]
+  RewriteCond %{REQUEST_URI} ^/hosting$ [NC]
+  RewriteRule ^(.*)$ https://www.dreamhost.com/r.cgi?606408 [L]
 </IfModule>
+## End Dreamhost
+
+## SXEmacs/LJ Rewrite
+<IfModule mod_rewrite.c>
+  Options +FollowSymlinks
+  RewriteEngine On
+  RewriteBase /
+  RewriteCond %{REQUEST_URI} ^/lj.el$ [NC]
+  RewriteRule ^(.*)$ http://bastard.steveyoungs.com/~steve/lj/lj.el [L]
+</IfModule>
+## End Dreamhost
+