Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question?
Closed 6 years ago.
Improve this questionI have a localhost website bm.ourdomain.local
on our Mac machine (running AMPPS).
It has an entry in /etc/hosts
:
<local IP> bm.ourdomain.local
It has an entry in /Applications/AMPPS/Apache/conf/extra/vhosts.conf
:
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot "/Applications/AMPPS/www/bm.ourdomain.local"
ServerName bm.ourdomain.local
ServerAlias bm.ourdomain.local
ErrorLog "/Applications/AMPPS/www/bm.ourdomain.local/error_log"
CustomLog "/Applications/AMPPS/www/bm.ourdomain.local/access_log" common
</VirtualHost>
When I load bm.ourdomain.local
in Chrome, nothing happens, the loading icon just spins.
If I turn on debug, debug.log
doesn't get created.
If I rename plugins
to plugins.temp
, nothing changes, same with themes
to themes.temp
.
There is Wordfence installed, and I have confirmed .htaccess
and .user.ini
contain the correct path to wordfence-waf.php
.
There is no error_log
.
If I clear the browser cache of files and cookies, nothing changes.
Other websites on the local server run fine, on vhosts.
Help appreciated.
Closed. This question is off-topic. It is not currently accepting answers.Questions that are too localized (such as syntax errors, code with restricted access, hacked sites, hosting or support issues) are not in scope. See how do I ask a good question?
Closed 6 years ago.
Improve this questionI have a localhost website bm.ourdomain.local
on our Mac machine (running AMPPS).
It has an entry in /etc/hosts
:
<local IP> bm.ourdomain.local
It has an entry in /Applications/AMPPS/Apache/conf/extra/vhosts.conf
:
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot "/Applications/AMPPS/www/bm.ourdomain.local"
ServerName bm.ourdomain.local
ServerAlias bm.ourdomain.local
ErrorLog "/Applications/AMPPS/www/bm.ourdomain.local/error_log"
CustomLog "/Applications/AMPPS/www/bm.ourdomain.local/access_log" common
</VirtualHost>
When I load bm.ourdomain.local
in Chrome, nothing happens, the loading icon just spins.
If I turn on debug, debug.log
doesn't get created.
If I rename plugins
to plugins.temp
, nothing changes, same with themes
to themes.temp
.
There is Wordfence installed, and I have confirmed .htaccess
and .user.ini
contain the correct path to wordfence-waf.php
.
There is no error_log
.
If I clear the browser cache of files and cookies, nothing changes.
Other websites on the local server run fine, on vhosts.
Help appreciated.
Restarting the AMPPS server resolved this issue.
Every day since the problem the website has loaded fine since, so it looks like the problem was isolated to one occurrence.