XF 1.4 What directories in xenForo to CHMOD?

Fufu

Well-known member
What directories need what CHMOD permissions?

/public_html/
/public_html/data/
/public_html/install/
/public_html/internal_data/
/public_html//js/
/public_html/library/
/public_html/styles/
 
It depends on your server config. But usually directories are 755 and files are 644.

The /data and /internal_data directories might need 777 to be writable depending on how PHP is installed. If that is the case then you will be prompted during the installation.
 
Top Bottom