Hello all,
I just moved my websites from server to another by using Plesk Magration tools. Anyway, everything work fine unless just one things. The photos inside my subdomains not display, I think there is a link between that and hotlink protection. But as I’m using Plesk under Linux system, I don’t have hotlink protection tool in my Plesk control panel ( version 11.0.9 ). So I think the problem comes from the .htaccess file, and this is a copy of the text :
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^mywebsite.com [NC]
RewriteRule ^(.*)$ http://www.mywebsite.com/$1 [L,R=301]
Redirect 301 /en/forum http://english.mywebsite.com/v2
ErrorDocument 404 /error.php
ErrorDocument 401 /error.php
ErrorDocument 403 /error.php
ErrorDocument 500 /error.php
By the way, I didn’t not add any code to show the photos on my subdomain ( english.mywebsite.,com ).
Any advice to resolve the problem, it will be the most welcome, and I appreciate your help from now
Regards !