
February 16th, 2000, 06:54 PM
|
|
Apprentice Deity
|
|
Join Date: Jul 1999
Location: Niagara Falls (On the wrong side of the gorge)
Posts: 3,237

Time spent in forums: 4 m 8 sec
Reputation Power: 17
|
|
|
Actually, restricting access with .htaccess won't work for include() files. If you try to include it the user will be prompted for the username/password. Not what you want.
Without being able to place the files below the doc root, the only option is to make sure the files are in a directory with an index/default page so the directory won't appear and make sure the scripts are php parsable using the proper extension so that they can't be sent in the clear via http.
|