WordPress update 4.4.1 redirect loop

There is number of possible way to coming this issue with message “net::ERR_TOO_MANY_REDIRECTS“. I list some of them: 1. File/Folder permission issue Check and changed the permissions of wp-login.php to 644, if the WordPress login page has this issue. After this, another redirect loop? So, once again, looking at /wp-admin/index.php, the permissions were 664 rather … Read more

Serve wordpress regardless of the cname

You can define these in your wp-config.php file: define(‘WP_HOME’, ‘http://’.$_SERVER[“SERVER_NAME”]); // blog url define(‘WP_SITEURL’, ‘http://’.$_SERVER[“SERVER_NAME”]); // site url Now, you’ll need to make sure nginx is populating SERVER_NAME appropriately (I’ve had setups that were wrong and kept returning “_”). This will prevent wordpress form redirecting because it thinks it’s already on the correct domain, and … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)