RewriteEngine on
RewriteCond %{HTTP_HOST} ^sixbriar.net$ [NC,OR]
RewriteCond %{HTTP_HOST} ^www.sixbriar.net$
RewriteCond %{REQUEST_URI} !htdocs/
RewriteRule (.*) /htdocs/$1 [L]
Options -Indexes
DirectoryIndex index.html
#index.html.var index.htm index.html index.shtml index.xhtml index.wml index.perl index.pl index.plx index.ppl index.cgi index.jsp index.js index.jp index.php4 index.php3 index.php index.phtml default.htm default.html home.htm index.php5 Default.html Default.htm home.html
ErrorDocument 404 /404.shtml
