Skip to content

Commit

Permalink
Local change by Andre.
Browse files Browse the repository at this point in the history
  • Loading branch information
dooglus committed Feb 15, 2012
1 parent 4c497f8 commit f63d3dd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions htdocs/.htaccess
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Use PHP5 Single php.ini as default
AddHandler application/x-httpd-php5s .php

RewriteEngine on
RewriteCond %{HTTP_HOST} ^progressivesecurity\.com\.au$ [OR]
RewriteCond %{HTTP_HOST} ^www\.progressivesecurity\.com\.au$
RewriteRule ^/?$ "http\:\/\/www\.wix\.com\/an6102\/progressivesecurity" [R=301,L]

# Use PHP5 Single php.ini as default
AddHandler application/x-httpd-php5s .php

# 301 Moved Permanently
RewriteCond %{HTTP_HOST} ^(www.)?bitaussie.com$ [OR]
Expand Down

0 comments on commit f63d3dd

Please sign in to comment.