What is the SPF record and how it can help your email delivery
In Email sending protocol ( SMTP) , by the nature of it, there is no way of validating the sending address aka the FROM address. This can lead to many fraudulent activities. E.g Someone pretending to be you may email your bank spoofing your email address and steal confidential information or perform transactions. SPF (Sender […]
Latest Magento 2 Project : BuyFresh.lk is Live
BuyFresh.lk – Magento powered Ecommerce Website Launched BuyFresh brings organic & semi-organic produce from the central highlands of Sri Lanka via there brand-new ecommerce website www.buyfresh.lk Designed and developed by Mobiz Int, Buyfresh.lk features many advanced ecommerce features powered with Magento software platform. BuyFresh.lk offers many payment options and shipping methods to their customers . […]
How to force HTTPS using the .htaccess file in Apache
To force all web traffic to use HTTPS RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.example.com/$1 [R,L]
How to create a Joomla 1.5 Custom 404 Error Page
Joomla! CMS uses the templates/system/error.php file to handle several HTTP Status errors, including “403 Forbidden”, “404 Not Found”, and “500 Internal Server” Errors. You may style the error results by directly changing the templates/system/error.php. But it is not advisable to hack core system files as those changes can be lost in an event of a […]