I have two questions which I hope can be resolved.
My first involves when I sign into FTP. When I sign in, I get a folder with my domain name [which I double click to upload files to my domain] my mail directory and logs. Well, I was wondering how I could access my subdomains, if that was possible, with one FTP account.
Currently, whenever I want to access a subdomain, I login to their FTP account to look at whatever I need to. Is it possible to see all of my hostees/subdomains with one ftp login?
My second question involves .htaccess and anti-hotlinking. I have it enabled on my website with this code:
[quote]
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www.)?mywebsite.net [NC]
RewriteRule .(jpg|jpeg|png|gif)$ http://whenhotlinkingyouseethis.gif [NC,R,L][/quote]
It works great, for my website. Now if one of my subdomains wanted hotlinking protection, how would I/we go about doing that?
I sent her a .htaccess file and she uploaded it to her server, but it caused all of her images to say they were hotlinked [i.e. her layout, all the images she posted on her website]
Any help would be great, thanks!