Apache allows you to set default charset to UTF8 encoding. Here are the steps to set default charset to UTF-8 encoding in Apache.
Apache allows you to set default charset to UTF8 encoding. Here are the steps to set default charset to UTF-8 encoding in Apache.
Sometimes you may need to redirect www URL to non-www URL. Here is how to remove www from domain URL in NGINX.
Here are top 5 Redshift reporting & BI tools to help you explore, analyze, visualize and report data.
Sometimes you may need to redirect HTTP to HTTPS or enforce HTTPS on your website. Here is how to redirect HTTP to HTTPS in NGINX.
NGINX basic authentication allows you to protect servers, websites, virtual hosts and web pages. Here is how to configure basic authentication in NGINX.
Sometimes you may need to store string with single quote, double quote, backticks and special characters. Here is how to escape single quote, special characters in MySQL.
Default timezone in Apache/PHP is set to UTC time. Here is how to change default timezone in Apache/PHP.
mod_security improves website security and protection. Here is how to install mod_security on CentOS 7 for Apache Web Server.
URL rewrite and redirect both allow you to serve content from different URL. Here is the difference between url rewrite vs redirect in NGINX.