If your website loads perfectly on a mobile phone's cellular connection but fails with an error like
ERR_CONNECTION_TIMED_OUT, HTTP 403 Forbidden, or a blank page when connected to your home or office Wi-Fi, your site is online for the rest of the world. The connection is simply getting blocked between your local network and our hosting server.This guide helps you identify where the block is happening and provides quick steps to restore access immediately.
Why Does This Happen?
When a website is reachable everywhere except on your specific network, the block is isolated to one of three layers:
- Local Network & Router Issue: Your office router, local firewall, or Internet Service Provider (ISP like Bell, Rogers, Shaw, Telus) is dropping outbound traffic before it reaches our web server gateway.
- Server Firewall Lock (Fail2ban / Imunify360): Our server firewall temporarily blocked your IP address after detecting multiple failed login attempts to email, FTP, or
/wp-admin.
- CMS / Application Security (.htaccess or Plugins): Website security plugins (like Wordfence or iThemes) or
.htaccessrules inside your site cached an automated block against your IP address.
Quick 2-Minute Diagnostic Checklist
Follow these steps to instantly locate the block:
Step 1: The Mobile Hotspot Test
- Disconnect your computer or mobile device from your Wi-Fi.
- Connect to your phone’s cellular mobile hotspot.
- Open a new browser window and go to your website.
- If the site LOADS on Hotspot: Your web hosting server, domain, and database are 100% healthy. The block is strictly isolated to your Wi-Fi network address or ISP routing path.
- If the site FAILS on Hotspot: The issue is widespread across all networks. Contact Rebel Support right away.
Step 2: Get Your Public IP Address
- Reconnect to your affected home or office Wi-Fi.
- Visit http://myip.rebel.com.
- Note down the IP address shown (e.g.,
184.70.195.118). This is your network’s public digital address.
Step 3: Run a Traceroute (Path Check)
A traceroute shows the exact path traffic takes from your computer to our server:
- Windows: Open Command Prompt, type
tracert yourdomain.com, and press Enter.
- Mac: Open Terminal, type
traceroute yourdomain.com, and press Return.
How to Read the Results:
- Stopped at Hops 1–2 (
192.168.x.xor10.x.x.x): Your local office router or internal corporate firewall is dropping outbound connections.
- Stopped Mid-Way on an ISP Hop (
shawcable.net,rogers.com,bell.ca): Your Internet Service Provider is dropping traffic on their network before reaching our gateway.
- Trace Completed Successfully (Reached Server IP): Traffic is reaching our server. If you get an HTTP 403 Forbidden error in your browser, an
.htaccessfile or security plugin inside your site is blocking your IP (see Step 5).
How to Fix the Connection
Fix 1: Power Cycle Your Modem / Router (For ISP Blocks)
Unplug your home/office modem and Wi-Fi router for 30 to 60 seconds, then plug them back in. This forces your ISP to assign your router a fresh public IP address, instantly bypassing the blocked network path.
Fix 2: Flush Your Computer's DNS Cache
Clearing temporary connection data forces your operating system to fetch a fresh route:
- Windows: Open Command Prompt as Administrator, type
ipconfig /flushdns, and press Enter.
- Mac: Open Terminal, execute
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder, enter your password, and press Return.
Fix 3: Resolve HTTP 403 Forbidden Errors (Plesk Control Panel)
If your traceroute reaches our server but you see an HTTP 403 Forbidden error, log into your Plesk Hosting Dashboard:
Method A: Reset Your .htaccess File
- Go to Files >
httpdocs.
- Right-click
.htaccessand rename it to.htaccess.old.
-
Click + Create File, name it
.htaccess, and paste standard WordPress default code:# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress - Test your website in an Incognito / Private browser window.
Method B: Temporarily Disable Security Plugins
- Go to Files >
httpdocs>wp-content>plugins. - Locate your security plugin folder (e.g.,
wordfenceorithemes-security-pro). - Rename the folder by adding
_disabledto the end (e.g.,wordfence_disabled).
Escalating to Rebel Support
If you have completed these steps and your site is still unreachable, contact Rebel Support with the following details so our Systems Engineering team can unblock you immediately:
- Your Domain Name.
- Your Public IP Address from http://myip.rebel.com.
- A copy or screenshot of your Traceroute results.
- Confirmation of whether the site loaded on a Mobile Cellular Hotspot.
Comments
0 comments
Please sign in to leave a comment.