wordpress
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wordpress [2016/03/03 15:04] – luke7858 | wordpress [2024/05/23 07:26] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | Common Wordpress Issues | + | ~~NOCACHE~~ |
- | === Wordpress Permissions | + | ====== |
- | Replace ${WP_ROOT} with the directory location of wordpress. If you are already in the wp document root, replace with a dot . | + | {{tabembed> |
- | <sxh bash> | + | |
- | find ${WP_ROOT} -exec chown :apache {} \; | + | |
- | find ${WP_ROOT} -type d -exec chmod 755 {} \; | + | |
- | find ${WP_ROOT} -type f -exec chmod 644 {} \; | + | |
- | </ | + | |
- | \\ | + | |
- | === Changing Site URL === | + | |
- | Check the current URL, first select the database with the ' | + | |
- | <sxh bash> | + | |
- | SELECT * FROM wp_options WHERE option_name = ' | + | |
- | </ | + | |
- | Now we can update the URL: | + | |
- | <sxh bash> | + | |
- | UPDATE wp_options SET option_value = ' | + | |
- | </ | + | |
- | \\ | + | |
- | === .htaccess rewrite === | + | |
- | Used for permalinks | + | |
- | <sxh bash> | + | |
- | RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /(.*)\ HTTP/ [NC] | + | |
- | RewriteCond %{HTTPS} !=on [NC] | + | |
- | RewriteRule ^/? | + | |
- | </ | + | |
- | \\ | + | |
- | === wp-config FTP === | + | |
- | <sxh bash> | + | |
- | define(' | + | |
- | define(' | + | |
- | define(' | + | |
- | define(' | + | |
- | # | + | |
- | # | + | |
- | define(' | + | |
- | define(' | + | |
- | define(' | + | |
- | define(' | + | |
- | </ | + | |
- | \\ | + | |
- | === Auto Install Plugins (without FTP/FTPs details) === | + | |
- | vim / | + | |
- | <sxh bash> | + | |
- | define(' | + | |
- | </ | + | |
- | \\ | + | |
- | === XMLRPC === | + | |
- | To prevent xmlrpc attacks add the following to a .htaccess | + | |
- | <sxh bash> | + | |
- | <Files " | + | |
- | Order Allow, | + | |
- | deny from all | + | |
- | </ | + | |
- | </ | + | |
- | \\ | + | |
- | You could also use a plugin called JetPack to assist - more information to come soon | + | |
- | \\ | + | |
- | https:// | + |
wordpress.1457017472.txt.gz · Last modified: 2024/05/23 07:26 (external edit)