Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Yasinsky committed Mar 27, 2013
1 parent 92c6580 commit 6d467cf
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
RewriteEngine on
RewriteCond $1 !^(index\.php|favicon\.ico|assets|robots\.txt|healthcheck\.php)
RewriteCond %{HTTP_HOST} ^oopzy\.com$ [NC]
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^(.*)$ http://www.oopzy.com/$1 [R=301,L]
RewriteRule ^(.*)$ /index.php/$1 [L]

0 comments on commit 6d467cf

Please sign in to comment.