Abhineet Mittal

Abhineet is an entrepreneur by profession and programmer by heart. He loves to write about WordPress. He is the Founder of popular Digital Publishing Platform, Sahityapedia.

Add url rewriting router to PHP built-in server

PHP built-in server provides an excellent option to rewrite URLs through router.php. It is very convenient when testing a small PHP application on your machine without the worries of setting up a full server stack.

Enable browser caching in WordPress using htaccess

Browser caching for all types of files can be easily done using Apache's .htaccess file. This simple configuration results in a faster website, less consumption of bandwidth and better user experience.