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]
Do you see ‘Device Incompatible’ after installing the Android app ‘Custom Quick Settings‘ on your OnePlus 3 device? You need to enable the ‘System UI Tuner’. Swipe down from the top of the screen twice. …
How to make ‘Custom Quick Settings’ app work on OnePlus 3 Read More »
Article first published on PHPLight.com: Link to the article Finding an e-mail spammer on your server For years now, spam has been a nuisance that has plagued many internet users. Most people however, think that …
Find email spam, check and fix it on DirectAdmin Read More »
By default, Ubuntu 18.x has disabled the use of password login for the root account, for security reasons. Normal use is a less privileged account plus the use of the ‘sudo’ command in the shell. …