-
Recent Posts
Recent Comments
Archives
- August 2020
- March 2020
- December 2019
- July 2019
- June 2019
- May 2019
- March 2019
- August 2018
- July 2018
- May 2018
- March 2018
- September 2017
- August 2017
- May 2017
- April 2017
- January 2017
- November 2016
- October 2016
- September 2016
- August 2016
- June 2016
- May 2016
- April 2016
- November 2015
- October 2015
- September 2015
- August 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
Categories
Meta
Category Archives: servers
Blacklist Check IP
Question – https://www.quora.com/How-exactly-does-a-domain-name-email-get-blacklisted-Whats-the-trigger-or-what-is-responsible-for-it Check: https://www.dnsbl.info/dnsbl-list.php Email needs to have rDNS and FCrDNS, so that it is not blacklisted. What is rDNS? https://spfbl.net/en/rdns/ What is FCrDNS? https://spfbl.net/en/fcrdns/ Remove from blacklist https://www.ndchost.com/wiki/rbl/yahoo https://spfbl.net/en/delist/ Spam check: https://www.spamhaus.org/lookup/ Domain health check: https://mxtoolbox.com/domain/
WAMP: Troubleshooting tips
After fresh install wampserver, some configurations need to be changed, or you’ll get 403 Forbidden error for setting up virtual directories (url links for local machine) C:\wamp64\bin\apache\apache2.4.17\conf\httpd.conf <Directory /> AllowOverride none Require all denied </Directory> change to: <Directory /> # … Continue reading
Posted in servers, troubleshoot
Comments Off on WAMP: Troubleshooting tips
Server: Wampserver error 403 on named virtual hosts outside of www
Installed the latest wampserver 2.5 and setup the virtual host files. For virtual hosts config, added these lines into conf/extra/httpd-vhosts.conf Solution: http://stackoverflow.com/questions/15717739/wamp-server-virtual-hosts-configuration # # Use name-based virtual hosting. # NameVirtualHost *:80 Encountered Forbidden error 403 when I typed in the … Continue reading
Posted in servers
Tagged Wampserver, Wampserver 2.5
Comments Off on Server: Wampserver error 403 on named virtual hosts outside of www
What To Do When Your Website Goes Down
Before raising the alarm, do a check to find out if the website is really down by testing the link at http://downforeveryoneorjustme.com/ Check these useful sites and links to diagnose website down issues in order to arm ourselves with enough … Continue reading
Posted in servers
Leave a comment