Error 404 on Wordpress nginx

Fixing 404 error in wordpress on VPS running nginx

Apache rewrite rules and Nginx rewrite rules are different In apache, all you need to configure permalink using mod_rewrite module in .htaccess file. But in Nginx you’ll do in nginx.conf rewrite rules. To avoid 404…

89 Likes Comment
How to select stable php version

Select PHP version in SHARED hosting

Why do you need multiple PHP versions in the same hosting account? There’re many web applications , only runs stably with a specific PHP version. For example a chat web based program like yshout runs…

82 Likes Comment