![]() |
Wordpress file permission.I've googled it
Hi guys,
I've google about adding file persmissions for wordpress folders and files but it still wasnt cleared. I just want to make sure Do i just set the 3 folders wp-conteont - 755 wp-admin - 755 wp-includes - 755 BUTTTT 1. What about the subfolders and the sub sub folders inside those folders?????? 2. Do i add 644 persmission to EVERY SINGLE file in these folders and sub folders? tnx |
Quote:
|
are you saying, i should give EVERY folder including the sub sub folders 755 persmission?
|
When you complete the installation WP the first time, that should take care of all the file permissions.
So you shouldn't need to change/set any permissions. |
Quote:
|
Quote:
|
ok i guess, i found out thte answer
manual install (when u upload files yoruself) = you have to set each file persmission auto wp install (simple click ) = all files and folders automatically have right permissions |
Quote:
|
Quote:
Just found out, after all these months of installing my wordpress MANUALLY, that they've all had the wrong permissions set on them. LESSON IS install the core files AUTOMATICALLY so the persmissions will be all set automatically. |
Bots will start leaving comments which will make your database so big your server will come to a screaching halt.
|
Quote:
|
Quote:
These damn folder permissions, scripts, and server setups are a enough to give me explosives diahrhea. |
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Wordpress folders should be 755 and files should be 644.
https://codex.wordpress.org/Changing_File_Permissions https://codex.wordpress.org/Hardening_WordPress On command-line you can use: find /path/to/your/wordpress/install/ -type d -exec chmod 755 {} \; find /path/to/your/wordpress/install/ -type f -exec chmod 644 {} \; |
All times are GMT -7. The time now is 07:55 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc