H hoffen Chevereto Member Aug 17, 2015 #1 Hi please give me the complete nginx rewrite rules equivalent from root's .htaccess file including fancy 404 images.Thank you.
Hi please give me the complete nginx rewrite rules equivalent from root's .htaccess file including fancy 404 images.Thank you.
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Aug 17, 2015 #2 There is no euivalent, I use the one from the documentation that's all. Code: location / { try_files $uri $uri/ /index.php?$query_string; }
There is no euivalent, I use the one from the documentation that's all. Code: location / { try_files $uri $uri/ /index.php?$query_string; }