Apache and MySql services are not running after XAMPP directory relocation

Applies to: Windows Operating Systems
This is common error when you relocate the XAMPP directory, your Apache and MySql services becomes stop. After refreshing the XAMPP through the setup_xampp.bat file, the problem does not solve. Continue reading “Apache and MySql services are not running after XAMPP directory relocation”

Setting of the Expires HTTP header in .htaccess

You can make faster web page to set the expire headers on the resources such as css and js files and images. If you set the expires header When you set an expires header for a resource the browser will store those resources in its cache. The next time when the user comes back to the web page it will load faster, as the browser will already have those images available. Google also recommend to set the expires header on the resources. Continue reading “Setting of the Expires HTTP header in .htaccess”