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…