This small post is to explain how you can start/stop/restart MySQL server from command line on CentOS Server. Stop MySQL …
Always backup your MySQL database with mysqldump but if you didn’t you can restore it from file system. If your backup include …
On RedHat-like operating systems, you may restart the service using the following command line: ~# /etc/init.d/httpd stop ~# /etc/init.d/httpd start …
Create /etc/nginx/conf.d/gzip.conf with the following: vim /etc/nginx/conf.d/gzip.conf gzip on; gzip_disable "MSIE [1-6]\.(?!.*SV1)"; gzip_proxied any; gzip_types text/plain text/css application/x-javascript text/xml application/xml application/xml+rss …
If you have to or want to change the domain of your WordPress MU site. The domain name is actually stored …
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash …
On the root of wordpress installation, in the index.php, before the comment Loads the WordPress Environment and Template, add this
When you want to password protect a subfolder of your account, if there is a WordPress application installed in the …
The default WordPress rewrite rules for permalinks might not work in some cases. For example, when you have other settings …
Page Links To This plugin allows you to make a WordPress page or post link to a URL of your …