Web Dev

The post contains posts related to scripting languages.

How to install PHP pear mail on CentOS & RedHat

The PHP mail() function is use inside PHP scripts to send emails. This is the simplest way to send emails…

Read More »

How to set up a cron job on a site that's protected with .htaccess/.htpasswd?

To set a cron job on a website which is protected with .htaccess/.htpasswd password protection, instead of setting cron job…

Read More »

[How To] Set htaccess 301 redirect to new domain

The .htaccess is a powerful file and it can be used in many ways to do settings related to Domain,…

Read More »
Back to top button