• sushil kumar

    (@sushiltechvision)


    मेरा वेबसाइट पिछले एक सप्ताह से मेरे कंप्यूटर में खुल नहीं रहा है,

    404 Not Found, Microsoft-Azure-Application-Gateway/v2

    लेकिन दूसरे नेटवर्क पर या दूसरे मोबाइल या दूसरे कंप्यूटर पर खुलता है, मेरा इस कंप्यूटर पर यह क्यों नहीं खुलता है, मैंने incognito window में भी ओपन करके ट्राई किया, अपने इस कंप्यूटर के और दूसरे दूसरे ब्राउज़र में भी ओपन करके ट्राई किया, कहीं नहीं खुलता है, मैं बहुत परेशान हूं, मैं इसे अपडेट नहीं कर पा रहा हूं, क्योंकि इसका वर्डप्रेस्ड एडमिन पैनल खुलता ही नहीं है, या वेबसाइट भी ओपन नहीं होता है, कृपया कोई उपाय बताइए ताकि मैं अपने इस वेबसाइट को अपडेट कर सकूं या नया पोस्ट डाल सकूं

    • This topic was modified 3 days, 19 hours ago by Yui.
    • This topic was modified 3 days, 19 hours ago by Yui. Reason: redundant link removed

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • This is a local DNS/network issue, not your website being down — since it
    works fine on other devices and networks, the site itself is fine.

    A few things to try on that specific computer:

    1. Flush your DNS cache:
    • Windows: open Command Prompt as admin, run: ipconfig /flushdns
    • Mac: run in Terminal: sudo dscacheutil -flushcache
    1. Check your hosts file for an old/wrong entry for your domain:
    • Windows: C:\Windows\System32\drivers\etc\hosts
    • Mac/Linux: /etc/hosts
      Remove any line referencing your domain if you see one.
    1. Switch your DNS server temporarily to Google DNS (8.8.8.8) or
      Cloudflare (1.1.1.1) in your network settings — this alone fixes
      it most of the time.
    2. If you’re behind Azure Application Gateway, that 404 can also mean
      the gateway has a stale/cached routing rule for your old IP if you
      recently changed hosting or DNS. Worth checking the backend pool
      health in the Azure portal if you have access.
    3. As a workaround right now — access your WP admin via your phone’s
      mobile hotspot on your computer, or use a VPN on this computer to
      bypass whatever’s cached locally. That’ll let you update/post
      immediately while you fix the root cause.

    Most likely it’s #1 or #2 — an old DNS/hosts entry stuck on that machine
    from before a hosting or IP change.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.