Guest Posted November 11, 2002 Posted November 11, 2002 Has anybody put together or point me in the right direction for a definitive checklist for the final permissions for the files and folders. Thanks :?:
burt Posted November 11, 2002 Posted November 11, 2002 Admin: /includes/configure.php 777 then change back to 644 after install /backups/ 777 Every other file 644 <-does this automatically Every other directory 755 <-does this automatically Catalog: /includes/configure.php 777 then change back to 644 after install /images/ 777 /includes/languages/<country>.php all 777 /includes/languages/<country>/ every file in here 777 Every other file 644 <-does this automatically Every other directory 755 <-does this automatically Thats about it I think. Off top of my head so if anyone wants to add more...
mattice Posted November 11, 2002 Posted November 11, 2002 add an .htaccess file to the admin dir immediately if live server :) "Politics is the art of preventing people from taking part in affairs which properly concern them"
Guest Posted November 11, 2002 Posted November 11, 2002 Thanks for the listing. Yes I had already added password protection to the admin folder. Once again thanks to both of you.
Guest Posted November 12, 2002 Posted November 12, 2002 add an .htaccess file to the admin dir immediately if live server :) what does that file (.htaccess) do? can some one tell me? where do i get the file and add it in?
Guest Posted November 12, 2002 Posted November 12, 2002 The .htaccess essentially allows you to password protect files & folders. You create the .htaccess file in the directory you want to protect and then allocate a password file using the .htpasswd command. Here is a link that may help:- http://faq.clever.net/htaccess.htm HTH Bob
Recommended Posts
Archived
This topic is now archived and is closed to further replies.