.htaccess redirect your main site to a specific sub folder without showing sub folder name from URL bar

Normally, the root directory is under public_html where you upload your main site. But in my case since i have multiple sites and to keep my root directory clean as possible. With this technique through .htaccess you may able to redirect your main site to a certain sub folder without showing the sub folder name from[…]

PHP extension fileinfo is missing from your system (Composer)

Missing Error while installing certain projects through Composer. “Your requirements could not be resolved to an installable set of packages” Problem 1 – intervention/image 2.3.6 requires ext-fileinfo * -> the requested PHP extension fileinfo is missing from your system. – intervention/image 2.3.5 requires ext-fileinfo * -> the requested PHP extension fileinfo is missing from your[…]

Unable to generate SSL certificate via XAMPP

Unable to generate SSL certificate via XAMPP Do you get error when generating SSL cert using XAMPP? Here’s some little tips to overcome this error: Navigate to /your_xampp/apache/ folder Edit makecert.bat using your favorite editor. Make a little change just copy the same as mine (tested and working): set OPENSSL_CONF=./conf/openssl.cnf