How to Make Google Chrome Forget a Permanent HTTP 301 Redirect | SOFTKUBE (2024)

During web development and testing you might need to setup redirections from one domain name or URL to another. Google Chrome will cache those redirects for a long time and if you need to change them you'll need to clear theHTTP 301 redirections first and then setup new ones if still needed.

Below we present three methods you can use to clear the redirections cache from the Google Chrome browser.

Disabling cache temporarily via developer tools

This is the easiest method and targets only the redirect you want to remove.

  1. Open a new tab
  2. Open the Chrome developer tools in that new tab (Easiest way is to press F12 on your keyboard)
  3. Go to the network tab and tick the disable cache checkbox (Disables cache while devtools are open)
  4. Navigate tothe link you no longer want to have redirected while keeping the dev tools open
  5. The redirect for that link is now cleared from the cache of Google Chrome
  6. Untickthe disable cache checkbox cause it's no longer needed and close the dev tools

Preserving logs and clearing via developer tools

If the first method doesn't work for you, try this more elaborate one which also deletes a specific 301 redirect only.

  1. Open a new tab
  2. Open the Chrome developer tools (F12)
  3. Go to the network tab and tick the preserve log checkbox
  4. Navigate tothe link you nolonger want to have redirected while keeping thedevtools open
  5. Right click the request that results in the 301 redirect and click clear browser cache
  6. Untickthe preserve logcheckboxand close the dev tools

Fully clear your browser cache

In case the above methods don't work for you, you might want to just clear the whole cache of Google Chrome. Please make sure you have nothing in your history for example that you want to preserve before proceeding.

Go to settings, privacy and security, and then click clear browsing data, select advanced, and clear everything.If you've just followed the redirect, you only need to delete data from the past hour for example.

Alternatively, from now on, make sure to test and develop in incognito mode as the cache will be flushed after the browser is closed in that case.

Happy coding!

Development

Share this post

Share this post

Written by
Mario Awad

Founder of SOFTKUBE, lead developer, and getting things done addict. Passionate about open source, user interface design, business development, and the tech world.

More about Mario Awad

About
SOFTKUBE

A small team of experts developing simple, usable, and high-quality web solutions. We blog about business, entrepreneurship, web development, and technology.

More about us

Recent Posts

Gaining Access to a Legacy Google Apps Account When Phone Verification Fails

Custom Theme Migration from Drupal 9 to Drupal 10

How to Change the Most Recent Git Commit Message

How to Make Google Chrome Forget a Permanent HTTP 301 Redirect

View all posts

All Posts Categories

BusinessCheat SheetsCLIDesignDevelopmentDownloadsDrupalEmailGoogle AppsHIDKeyboardsMultilingualismOpen SourcePhilosophyPHPPointing DevicesProductivityQuotesScienceSecuritySEOTechnologyThoughtsWindowsZend Framework

How to Make Google Chrome Forget a Permanent HTTP 301 Redirect | SOFTKUBE (2024)

FAQs

How to Make Google Chrome Forget a Permanent HTTP 301 Redirect | SOFTKUBE? ›

Go to settings, privacy and security, and then click clear browsing data, select advanced, and clear everything. If you've just followed the redirect, you only need to delete data from the past hour for example.

How do I get rid of 301 redirects in Chrome? ›

If it's an 301 redirect Chrome will cache it. To clear the cache, go to: Chrome Menu > Settings > Show advanced settings... > Privacy > Click Clear browsing data...

How to remove 301 permanent redirect? ›

How do you fix a 301 error message?
  1. Check Your Htaccess Files for Errors in URL Linking. ...
  2. Use a Third Party Tool to Check for Any 301 Redirects. ...
  3. Backup Your Website. ...
  4. Check Your Server Logs. ...
  5. Check Your Sitemap. ...
  6. Check Any Custom Code Files. ...
  7. Change any HTTP Response Codes to 200 If You Do Not Want A Redirect.
Mar 16, 2021

How do I remove redirects in Chrome? ›

Change your default pop-ups & redirects settings
  1. On your computer, open Chrome.
  2. At the top right, click More. Settings.
  3. Click Privacy and security Site Settings. Pop-ups and redirects.
  4. Choose the option that you want as your default setting.

How do I get rid of HTTP redirects? ›

On Chrome, click "⋮" → "Settings" → "Privacy and Security" → "Site settings" → "Pop-ups and redirects". Make sure it's toggled on. On Firefox, you'll need to edit about:config to block page redirects. On Microsoft Edge, click "•••" → "Settings" → "Cookies and site permissions" → "Pop-ups and redirects".

How do I get rid of error 301? ›

There will be a total of 3 steps to fix from this error:
  1. Step 1: Run test in BIOS Menu. Remove the hard drive. ...
  2. Step 2: Run CHKDSK Command. It might be possible that bad sectors, directory errors, cross-linked files, lost clusters, and more are causing 301 errors. ...
  3. Step 3: Verify a Drive for Errors.
Jul 12, 2024

How do I get rid of too many redirects in Chrome? ›

How To Fix Too Many Redirects
  1. Clear cookies on the redirecting website.
  2. Clear your browser cache.
  3. Ensure your SSL certificate is installed correctly.
  4. Evaluate your third-party services and plugins.
  5. Reset your htaccess file.
  6. Contact your hosting provider.
Apr 3, 2024

Why am I getting 301 moved permanently? ›

The HTTP 301 Moved Permanently redirection response status code indicates that the requested resource has been permanently moved to the URL in the Location header. A browser receiving this status will automatically request the resource at the URL in the Location header, redirecting the user to the new page.

How do I disable 301? ›

How to Remove a 301 Redirect
  1. Access your site's root directory and find the . htaccess file.
  2. Open the file in a text editor.
  3. Find the line that looks something like this: Redirect 301 /old-page.html /new-page.html.
  4. You can either delete this line or comment it out by adding a # at the beginning of the line:

When can you remove 301 redirects? ›

301 is permanent, it means forever and that's a mighty long time. However, after a few years the old URLs are often no longer accessed & you can drop those redirects. If you don't see traffic to them, then removing them is fine since it makes long-term maintenance easier.

How to solve redirect problem in Chrome? ›

See if the following steps will fix your issue.
  1. Check your browser settings. Make sure that your browser is not configured to redirect pages. ...
  2. Check your extensions. Some extensions can cause unwanted redirects. ...
  3. Scan your computer for malware. ...
  4. Contact the website you're trying to visit.
Mar 30, 2023

How do I turn off redirect notice in Chrome? ›

Stop Redirects in Chrome Launch Chrome and press the three dots at the top-right corner. Select “Settings.” Press “Security and Privacy” in the left menu. Choose “Site Settings.” Scroll down and select “Pop-ups and redirects.” Ensure “Don't allow sites to send pop-ups or use directs” is selected.

How do I delete a redirect? ›

Removing a redirect
  1. Click on Redirects under Domains in cPanel.
  2. From the Current Redirects table, locate the redirect you want to remove. Click Remove.
  3. Click Remove Redirect to confirm the deletion.
Apr 30, 2024

How do I clear 301 redirects in Chrome? ›

Fully clear your browser cache

Go to settings, privacy and security, and then click clear browsing data, select advanced, and clear everything. If you've just followed the redirect, you only need to delete data from the past hour for example.

Is there a way to disable redirects? ›

How to Block Redirects on Chrome
  1. Go to the Chrome browser on your computer.
  2. Click More Settings toward the top right.
  3. Select Privacy and security site settings.
  4. Click Pop-ups and redirects.
  5. Select the option to block redirects.
Jun 4, 2024

How to check 301 redirect in Chrome? ›

Open the developer tools (usually by pressing F12 or right-clicking and selecting “Inspect”), navigate to the “Network” tab, enter the URL in the address bar, and press enter. Look for any HTTP status codes in the 300 range, such as “301 Moved Permanently” or “302 Found,” which indicate a redirect.

Should you remove 301 redirects? ›

So it's generally best to hold on to 301 redirects if you still receive traffic from active links to the old page. Removing these redirects too soon could harm your rankings, reduce your visitor count, and leave users with a bad impression of your brand after being led to a dead page.

How do I fix 301 redirect? ›

How to fix existing 301 redirect issues on your site
  1. Make sure the HTTP version of your site redirects to HTTPS. Every website should use HTTPS. ...
  2. Remove pages with 301 status codes from your sitemap. ...
  3. Fix redirect chains. ...
  4. Fix redirect loops. ...
  5. Fix broken redirects. ...
  6. Redirect 404 pages.
Mar 7, 2024

How do I stop annoying redirects? ›

See if the following steps will fix your issue.
  1. Check your browser settings. Make sure that your browser is not configured to redirect pages. ...
  2. Check your extensions. Some extensions can cause unwanted redirects. ...
  3. Scan your computer for malware. ...
  4. Contact the website you're trying to visit.
Mar 29, 2023

Top Articles
Exit Strategies in Private Equity
Comptabilisation des ristournes de fin d'année
Uca Cheerleading Nationals 2023
Dlnet Retiree Login
Obor Guide Osrs
Identifont Upload
Kokichi's Day At The Zoo
Here are all the MTV VMA winners, even the awards they announced during the ads
Learn How to Use X (formerly Twitter) in 15 Minutes or Less
Current Time In Maryland
A rough Sunday for some of the NFL's best teams in 2023 led to the three biggest upsets: Analysis - NFL
Conan Exiles Colored Crystal
Weather Rotterdam - Detailed bulletin - Free 15-day Marine forecasts - METEO CONSULT MARINE
All Obituaries | Buie's Funeral Home | Raeford NC funeral home and cremation
Zoe Mintz Adam Duritz
Uta Kinesiology Advising
Music Go Round Music Store
ABCproxy | World-Leading Provider of Residential IP Proxies
Homeaccess.stopandshop
2013 Ford Fusion Serpentine Belt Diagram
Where to eat: the 50 best restaurants in Freiburg im Breisgau
All Breed Database
Sec Baseball Tournament Score
Rogue Lineage Uber Titles
Обзор Joxi: Что это такое? Отзывы, аналоги, сайт и инструкции | APS
Airline Reception Meaning
Jackie Knust Wendel
Netspend Ssi Deposit Dates For 2022 November
Nikki Catsouras: The Tragic Story Behind The Face And Body Images
Poe T4 Aisling
How Much Is An Alignment At Costco
Indiana Jones 5 Showtimes Near Jamaica Multiplex Cinemas
Everything You Need to Know About NLE Choppa
Wednesday Morning Gifs
Closest 24 Hour Walmart
A Man Called Otto Showtimes Near Amc Muncie 12
Reborn Rich Ep 12 Eng Sub
450 Miles Away From Me
Mvnt Merchant Services
140000 Kilometers To Miles
US-amerikanisches Fernsehen 2023 in Deutschland schauen
Dragon Ball Super Super Hero 123Movies
Scythe Banned Combos
Copd Active Learning Template
Zom 100 Mbti
Craigslist Sparta Nj
Blippi Park Carlsbad
Blog Pch
Craiglist.nj
March 2023 Wincalendar
Divisadero Florist
Suzanne Olsen Swift River
Latest Posts
Article information

Author: Van Hayes

Last Updated:

Views: 5993

Rating: 4.6 / 5 (46 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Van Hayes

Birthday: 1994-06-07

Address: 2004 Kling Rapid, New Destiny, MT 64658-2367

Phone: +512425013758

Job: National Farming Director

Hobby: Reading, Polo, Genealogy, amateur radio, Scouting, Stand-up comedy, Cryptography

Introduction: My name is Van Hayes, I am a thankful, friendly, smiling, calm, powerful, fine, enthusiastic person who loves writing and wants to share my knowledge and understanding with you.