15 Useful htaccess Tips & Tricks

15 Useful htaccess Tips & Tricks

Some dev don’t know about the power of htaccess. Apache server has great feature to manipulate information using htaccess. .htaccess is a configuration file used on web server to alter the configuration of Apache web server. Using .htaccess we can easily override server configuration settings. .htaccess file is used to control user access on per … Read more

Detect Internet Connection with JavaScript

Detect Internet Connection with JavaScript

Sometime, it becomes necessary to know about status of internet connectivity. We can know about internet connectivity in PHP also, but it is not good practice. Using client side language to detect internet connectivity is good practice because it gives connection status without reloading a page. So, using browsers property (navigate.online) we can easily confirm … Read more