emfaucet Posted August 3, 2017 Posted August 3, 2017 Please I need your help, anytime I enter my website, the page won't load. Instead, it will be downloaded into my phone. How can this be rectifiedThe website is http://emmonnigerianfaucet.tkI visited this site two days ago and it was working perfectly as it should.Please assist me.Remain blessed! 1
reddev Posted August 3, 2017 Posted August 3, 2017 Same Problem,I see that there is a schuduled maintenance, Maybe it will fixed
orange3 Posted August 3, 2017 Posted August 3, 2017 Same problem I hope it will be fixed soon. I know they will
wolstech Posted August 3, 2017 Posted August 3, 2017 Johnny php appears to be messed up, likely from the maintenance. My site on Johnny does the same thing. Not sure if that maintenance finished or not yet... Escalating. 1
aansetia Posted August 3, 2017 Posted August 3, 2017 whoa, i think my cms script it's error it's now on under maintance
cw4908 Posted August 4, 2017 Posted August 4, 2017 I'd add the following to ".htaccess" file directly inside your "public_html" folder. It stops download of PHP files anywhere on site (like homepage, or even config files), and shows an error message to user instead. Just remove it once you see from forum that they got this fixed: ErrorDocument 403 "Sorry, but the website is down for server maintenance. Please, check back later :-}" <Files ~ ".php">Order allow,denyDeny from all</Files> ------------> You can change the last part if you wish to the following, where "#.#.#.#" is replaced with your actual IP#. That way others see message and can't download file, but your IP# can access it. When your site is back up for you, instead of "downloading, remove this from .htaccess so others can then regain access to the then (hopefully soon for all of us) fuctioning website. <Files ~ ".php">Order allow,denyDeny from allAllow from #.#.#.#</Files> <------ Remember, change "#.#.#.#" (no quotes to your actual IP#
Krydos Posted August 4, 2017 Posted August 4, 2017 PHP is fixed. See https://www.helionet.org/index/topic/29128-johnny-php-fixed/
Recommended Posts