views:

10

answers:

0

Hi,

How can I fix .htaccess to work properly on this: http://www.cargoways.com.pl ? It's redirected from this domain to companies server address (www.mbbm.nazwa.pl/cargoways), but the source is put as iframe. What the hell?

What's more, the address bar doesn't change on link-clicks. It stays the same: "http://www.cargoways.com" all the time.

Below .htaccess code:

Options +FollowSymlinks                                        
RewriteEngine on
RewriteBase /cargoways/
RewriteCond %{HTTP_HOST} ^www\.mbbm\.nazwa\.pl$ [NC]
RewriteRule ^(.*)$ http://www.cargoways.com.pl/$1 [R=301,L]