]> git.pld-linux.org Git - packages/wordpress.git/blame - wp-setup.txt
- drop obsolete and outdated manual inclusion of rpm macros
[packages/wordpress.git] / wp-setup.txt
CommitLineData
5b7effe1 1
2 Customizing WordPress plugins and themes
3 in a default installation from PLD package.
4
5 Pawel Wilk <siefca@gnu.org>
6
7Some WordPress plugins need customization by editing PHP
8files via web interface. Maybe there are also some CSS
9styles and/or theme files you would like to edit that way.
10However, in default PLD installation (from RPM package)
11all these files (plugins and themes and their respective
12directories) are writable only by their owner, which is root
13user. Additionaly the group which owns the files is a group,
14which web server uses by default (http), but the files and
15directories are only readable (searchable) by this group.
16
17If you would like to customize your WordPress site via the
18Web you should first let the owning group to write the
19files. You can set it up by invoking: /usr/bin/wp-setup or
20./wp-setup.sh in your WordPress directory.
21
22When you finish you may want to revoke the ability to change
23by calling: /usr/bin/wp-secure or ./wp-secure.sh in the
24WordPress default installation directory.
25
26This simple routine is highly recommended when you have
27multiple dynamic sites running under the same parmissions
28and avoids bad users to overwrite your content files via
29nasty server-side scripts.
30
This page took 0.110035 seconds and 4 git commands to generate.