Hi
I have a php file which does some work with MagickWand based on a load of parameters passed to it by a form. It returns an altered image.
Is there a way I can configure Apache or the PHP so nothing can actually access the PHP code and make it do any processing unless it is called explicitly by a certain page (or pages from a certain directory)? I ask as I can see it being open to some abuse as things stand....
Thanks
I have a php file which does some work with MagickWand based on a load of parameters passed to it by a form. It returns an altered image.
Is there a way I can configure Apache or the PHP so nothing can actually access the PHP code and make it do any processing unless it is called explicitly by a certain page (or pages from a certain directory)? I ask as I can see it being open to some abuse as things stand....
Thanks
Last edited: