Reclaim disk space after deleting Magento MySQL database
Josh Pennington asked: I needed to reclaim some disk space so I removed an old Magento database from my server. The database size was around 16 GB. I was surprised that once the database was deleted,...
View Article($_SERVER['REQUEST_METHOD'] == 'POST') not working in nginx
user129772 asked: Hi we have recently switched our Magento application from Apache to nginx and PHP-FPM on CentOS 5.6. We have an external payment gateway that sends us back some transaction...
View ArticleNGINX not serving CSS & JS
user179181 asked: NGINX will not serve CSS or JS files to the browser Link to page (magento) http://836237.vps-10.com/ Access log shows: [01/Dec/2013:16:55:17 +0000] "GET /js/varien/form.js HTTP/1.1"...
View ArticleMagento Error 404 after moving from Apache to nginX
user179181 asked: I moved my magento store from Server “A” which was on Apache to Server “B” running NginX. Copied all files and folders, Exported and Imported the SQL DB, Altered the local.xml file...
View ArticleNginx Map Directive for multiple variables
Alex Block asked: I currently use nginx with Magento and I use the map directive to supply the store code like this: map $http_host $magecode { www.store.com retail_store; wholesale.store.com...
View ArticleNginx config for Magento subfolder multistore
Il Quadrifoglio asked: I’m moving from subdomain to subfolder. I have multiple subfolders for several countries. I changed the domain in the Magento administration. But the Nginx rewrite doesn’t seem...
View Article