Add a redirect to my SXEmacs/LJ
authorSteve Youngs (Live Site) <steve@sxemacs.org>
Fri, 24 Jun 2011 14:14:19 +0000 (07:14 -0700)
committerSteve Youngs (Live Site) <steve@sxemacs.org>
Fri, 24 Jun 2011 14:14:19 +0000 (07:14 -0700)
Signed-off-by: Steve Youngs (Live Site) <steve@sxemacs.org>
.htaccess

index 1de63c6..dd96aeb 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -17,3 +17,13 @@ Allow from all
 </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
+