kmccormick2008
Programmer
I have a PHP/MySQL subscription database where users are given access to MS Publisher files. What is the best way to protect Publisher files so that only authenticated users get them?
I currently have all of my Publisher files one directory higher than my webroot on my server so that no one can hot link to them. I am trying to use PHP to open the Publisher file and it appears that the Publisher HTML files are a redirect and it makes it difficult to open using the PHP readfile() function.
Any suggestions would be great!
Regards,
Kevin
I currently have all of my Publisher files one directory higher than my webroot on my server so that no one can hot link to them. I am trying to use PHP to open the Publisher file and it appears that the Publisher HTML files are a redirect and it makes it difficult to open using the PHP readfile() function.
Any suggestions would be great!
Regards,
Kevin