by admin | Nov 1, 2016 | PHP
[:en]There are many tutorials (e.g. the official one) how to make Magento secure, but none of them worked perfectly (for me). So this is my approach: Secure /downloader Add to downloader/.htaccess: Order deny,allow Deny from all Allow from 77.12.34.56 Allow from...
by admin | Oct 24, 2016 | Administration
[:en]Unfortunately, Microsoft Group Policy Editor does not offer the ability to import .reg files or multiple registry keys in a convenient way. A good alternative might be this online converter site. You can upload your .reg file and get a .xml file which you can...
by admin | Oct 24, 2016 | Administration, C# .Net, Software
[:en]Scenario You have a custom application which you want to handle certain URI links, like “tel”, “mailto”, “xmpp” etc. In Windows 7 and below, this could be done with a single registry key, but starting from Win8 this became a...
by admin | Oct 21, 2016 | Administration
[:en]Scenario Using CFS, Ping is fine, but the Sonicwall web interface shows high CPU usage and large downloads break or get extremely slow. Testing, Workaround In most cases, the Sonicwall Content Filtering Service (CFS) causes this issue. You might disable it...
by admin | Oct 13, 2016 | Administration
[:en]Scenario A Windows user tries to add a new link to his favorites, but IE ends up with a message “Access denied”, even if he has full access permissions to his Favorites folder in the user profile. Solution Execute via cmd: icacls...