The server im hosting my site on told me all scripts need to be in CGI-BIN directory, is this true? because i want to place pl files in other directories, such as my html directories.
Also i made a program which allows people to add links to a links.html file, works perfectly on my local apache web server, however when uploadin it doesnt work because the links.html file has permissions set to 644, and even when i change it to public write so the scrip can write to the links.html, the permission is reset to 644?? are htnl files allowed to have public write access?
thanks