# Use PHP5.4 as default
AddHandler application/x-httpd-php54 .php
DirectoryIndex 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 index.htm home.htm default.htm index.fcgi default.html

RewriteEngine on
# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName trifectafoto.com
AuthUserFile /home/trifect1/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/trifect1/public_html/_vti_pvt/service.grp

RewriteCond %{HTTP_HOST} ^trifectafoto.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.trifectafoto.com$
RewriteRule ^book\/?$ "http\:\/\/trifectafoto\.bookmonline\.com\/schedules\/" [R=301,L]

RewriteCond %{HTTP_HOST} ^trifectafoto.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.trifectafoto.com$
RewriteRule ^/?$ "http\:\/\/www\.joseph\-angelo\.com" [R=301,L]

