Sometimes, you may want to prevent specific users from accessing data in some conditions and return them a mild refusal 404 Not Found page instead,… Read More »Return 404 Not Found by PHP
We have 2 ways to redirect a HTTP connection to HTTPS Redirect HTTP to HTTPS by Web Server Redirect HTTP to HTTPS by PHP Code… Read More »How to Redirect HTTP to HTTPS
Web administrators might have some routine jobs to be executed in the background periodically by triggering PHP web pages. Most of the times, the web… Read More »PHP Background Job Example
PHP Redirection PHP provides a very useful function header() to redirect users to a proper page to proceed. For example, you demand users to login… Read More »Alert before Redirection by JavaScript