daniel:
u know, i can create users in .htaccess and their passwords in .htpasswd ..but this grants a folder-authentication, i wanna grant a permission of use of any of my file e.g., logox.png ( i'll add path ) to be used only in code of particular path of external site, say,
http://alien-abc/somewhere/somepage.php
can't .htacccess has this2offer. c that i want not create folder-authentication2user
one interesting question: i've searched all locations in my remote root, but i can't find .htaccess file. where is it residing!
last thing i wanna ask (now!) is i want2move up of my subdomain folder to refer a file e.g.,
<IMG src="/image/someimg.jpg">
i know this is possible only by using a fully-qualified url like
http://mysite.com/image/someimg.jpg
.. but i don't wanna use
http://~ in my code.
i've further enquiries afterwards..
any help'll b appreciated.