Fix the SSIs and remove some obsolescent .htaccess files.
[website] / .htaccess
1 Options +Indexes +Includes
2 XBitHack On
3 AddType text/html .template
4 AddOutputFilter INCLUDES .template
5 Require all granted
6
7 ## Dreamhost Affiliate Rewrite
8 <IfModule mod_rewrite.c>
9   Options +FollowSymlinks
10   RewriteEngine On
11   RewriteBase /
12   RewriteCond %{REQUEST_URI} ^/hosting$ [NC]
13   RewriteRule ^(.*)$ https://www.dreamhost.com/r.cgi?606408 [L]
14 </IfModule>
15 ## End Dreamhost
16
17 ## SXEmacs/LJ Rewrite
18 <IfModule mod_rewrite.c>
19   Options +FollowSymlinks
20   RewriteEngine On
21   RewriteBase /
22   RewriteCond %{REQUEST_URI} ^/lj.el$ [NC]
23   RewriteRule ^(.*)$ http://bastard.steveyoungs.com/~steve/lj/lj.el [L]
24 </IfModule>
25 ## End Dreamhost
26