I read how to setup custom ErrorMessages with the e-smith-htaccess contrib, so I downloaded and installed (what exactly does this do?), then created a .htaccess file under ibays/Primary/html with the following content:
ErrorDocument 500 /404.html
ErrorDocument 404 /404.html
ErrorDocument 401 /404.html
ErrorDocument 403 /404.html
ErrorDocument 402 /404.html
AddType application/x-httpd-php .php .php3 .phtml .html
I chmodded to 644, the restarted Apache.
Now whenever I try to connect to *anything* via the web, whether my Primary or any other iBay, I get "Connection refused".
Any suggestions?
Thanks in advance!