Using Sphinx within Magento
The default Search function in Magento is not offering your customers much comfort, or you as Magento shop owner much sales… This article describes how to use the open source Search Engine Sphinx within Magento. …
The default Search function in Magento is not offering your customers much comfort, or you as Magento shop owner much sales… This article describes how to use the open source Search Engine Sphinx within Magento. …
Seeing a blank page in Magento admin or frontpage? This usually happens when you have compilation mode on when you modify files, theme templates or modules / extensions, or install a theme or extension. The …
Use case: You want to redirect all calls to www.example.com to www.example.com/shop Add this to the .htaccess file: RewriteCond %{HTTP_HOST} ^example.com$ RewriteRule (.*) http://www.example.com/$1 [R=301,L] RewriteRule ^$ shop [L]