Remove Google Adsense
[website] / .htaccess
index bd7547e..dd96aeb 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -12,8 +12,18 @@ Allow from all
   Options +FollowSymlinks
   RewriteEngine On
   RewriteBase /
-  RewriteCond %{REQUEST_URI} ^/hosting [NC]
+  RewriteCond %{REQUEST_URI} ^/hosting$ [NC]
   RewriteRule ^(.*)$ http://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
+