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

RewriteCond %{HTTP_HOST} ^osc.compubuin.cl$ [OR]
RewriteCond %{HTTP_HOST} ^www.osc.compubuin.cl$
RewriteRule ^/?$ "http\:\/\/osc\.compubuin\.cl\/osc\/catalog\/index\.php\?currency\=CLP" [R=301,L]

