Priority of a php page
Posted: Tue Sep 20, 2005 4:52 pm
I upload a php page and a java applet to my host.
the applet tag is
<APPLET codebase="/java/mytest" ......
the php page is in different directory from the applet.
the page and the applet are running well.
Now I change priority of directory "/java/mytest" to:
user=ALL (R-W-E)
others=none
this time, page is viewed but applet can not be loaded on the page.
Question:
the page is inside my host, I think its priority should equal to "User", but actually (as test result) it works as "Others".
could you explain why?
my purpose is to find a method to prevent the applet from beening downloaded by visitors - it contains securities of our company (class file can be de-compiled).
thanks
the applet tag is
<APPLET codebase="/java/mytest" ......
the php page is in different directory from the applet.
the page and the applet are running well.
Now I change priority of directory "/java/mytest" to:
user=ALL (R-W-E)
others=none
this time, page is viewed but applet can not be loaded on the page.
Question:
the page is inside my host, I think its priority should equal to "User", but actually (as test result) it works as "Others".
could you explain why?
my purpose is to find a method to prevent the applet from beening downloaded by visitors - it contains securities of our company (class file can be de-compiled).
thanks