In order to allow access to special file: .htaccess, add lines below to the site config:
Order allow,deny
Allow from all
allow download of .htaccess from apache
Leave a reply
In order to allow access to special file: .htaccess, add lines below to the site config:
Order allow,deny
Allow from all
Sometimes when sendmail is not available, and build&install from source code would take quite some time. We can fall back to exim4 simply.
To install exim4:
apt-get install exim4
Config exim4 after installed:
dpkg-reconfigure exim4-config
It takes quite a few steps to finish the process, but doable, could be done below 5 minutes.