X-Git-Url: http://cgit.sxemacs.org/?p=website;a=blobdiff_plain;f=.htaccess;h=d396fc422d69c8b50e2abd522de5d21294aa18ea;hp=745e74598a3d719e72805b8385c498d6251d3d75;hb=368948cb01fa9056bc4032e155e6a6f24b935987;hpb=7c8e094c8bd60562a67305fa6609666ecf33c153;ds=inline diff --git a/.htaccess b/.htaccess index 745e745..d396fc4 100644 --- a/.htaccess +++ b/.htaccess @@ -9,8 +9,21 @@ Allow from all ## Dreamhost Affiliate Rewrite + 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] +## End Dreamhost + +## SXEmacs/LJ Rewrite + + Options +FollowSymlinks + RewriteEngine On + RewriteBase / + RewriteCond %{REQUEST_URI} ^/lj.el$ [NC] + RewriteRule ^(.*)$ http://bastard.steveyoungs.com/~steve/lj/lj.el [L] + +## End Dreamhost +