new
08-10-2006, 11:02 PM
how can i put CHMOD values to folders
I want to make a new IPB forum
Once the directories have been created, CHMOD "skin_cache" and "uploads" to 0755 (if you get permissions errors later on, you can CHMOD these to "0777"). Now, upload the contents of the files in your local folders (from the zip file) into the corresponding directories you've just created on your server. Some folders will contain other files and folders, upload them all - preserving the structure you have in your zip file (for example, upload the entire contents of the "html" folder on your computer to the "html" directory on the server).
Once you have finished uploading into the directories, upload the rest of the files "admin.php", "conf_global.php", "ipb_templates.xml" and "index.php" to the same place as you created the directories earlier (into "forums" for our example).
CHMOD "conf_global.php" to 0666 (if you get permission denied errors later on, you can CHMOD this to 0777
I want to make a new IPB forum
Once the directories have been created, CHMOD "skin_cache" and "uploads" to 0755 (if you get permissions errors later on, you can CHMOD these to "0777"). Now, upload the contents of the files in your local folders (from the zip file) into the corresponding directories you've just created on your server. Some folders will contain other files and folders, upload them all - preserving the structure you have in your zip file (for example, upload the entire contents of the "html" folder on your computer to the "html" directory on the server).
Once you have finished uploading into the directories, upload the rest of the files "admin.php", "conf_global.php", "ipb_templates.xml" and "index.php" to the same place as you created the directories earlier (into "forums" for our example).
CHMOD "conf_global.php" to 0666 (if you get permission denied errors later on, you can CHMOD this to 0777