How To Redirect If JavaScript Is Disabled In A Browser

How To Redirect If JavaScript Is Disabled In A Browser

This tutorial will help you to understand how to redirect a web page when JavaScript is disabled in a browser. When we use JavaScript in web application, we must check for JavaScript is enabled in browser or not. Disabling JavaScript in a browser will remove web application validation and stop Ajax based actions. Redirect Page … Read more

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