Questions tagged [broken-links]

A broken or dead link that points to a webpage or server no longer available.

A broken or dead link that has suffered from link rot and directs to a webpage or server that is no longer available.

152 questions
2
votes
1 answer

Django Admin Broken INTERNAL link favicon.ico

I receive the Broken INTERNAL link error message email frequently, complaining that favicon.ico is not found. I have dedicated favicon in my base template and it is located in my static folder. The main templates show favicon and there is no error…
1man
  • 5,216
  • 7
  • 42
  • 56
2
votes
0 answers

Rel links not working when using MAMP

I've been developing my website using Coda2 and all of the links work perfectly (all images show up, all links work etc etc). However I have now got MAMP and none of my links work. I think the fundamental issue is that the server doesn't recognise…
Naz Haque
  • 49
  • 4
2
votes
3 answers

css - float right disables links

Why are my links becoming disabled when I try to make the span they are in float right? HTML: Login |
Makai
  • 567
  • 3
  • 9
  • 18
2
votes
1 answer

Broken Link Test 404 error, but pages appear in browser

I just did an SEO test of my site http://www.photographyattic.com using seositecheckup.com. It flagged up pages with 404 errors From 100 distinct anchor links analyzed, 72 of them seems to be broken. These pages don't seem to be broken when I view…
Peter23
  • 97
  • 2
  • 8
2
votes
0 answers

sitecore remove validation previous versions

After upgrading my project to the latest sitecore 7 items that were referencing some products got the links broken as the products had changed IDs. As expected sitecore shows an icon saying that we have broken links. So far so good and I fixed all…
Snapper
  • 686
  • 1
  • 13
  • 29
1
vote
1 answer

PHP CodeIgniter Pagination link broken

public function index($page = 0) { $this->load->library('pagination'); $conf = array( 'total_rows' => 11, 'base_url' => 'localhost/admin/product/index', 'per_page' => 10, 'use_page_numbers' => false ); …
Js Lim
  • 3,625
  • 6
  • 42
  • 80
1
vote
1 answer

Why changes in
affect the
?

So I'm creating a site and one of the problems is that when I change the margins for content a link from the header can be presses only in the left-margin of the screen on mobile mode. because of this the first tag gets broken and can be pressed…
Cosmin909
  • 21
  • 1
1
vote
1 answer

Image and CSS links broken after requesting a single doc from mongoDB via mongoose

Hello everyone finding my question. I am reaching out to this community in the hope that you can help with a problem I am experiencing with Mongoose/EJS. Just like to say before I explain the issue. I am a newbie so the question may seem simple to…
Simon
  • 13
  • 5
1
vote
2 answers

Why this java link checker code does not compile?

I already read the link checker question posted in SO. If there are more questions of this kind and I missed them, my apologies. We need to find broken links in a website in a very easy way and scriptable way, so we can document the links that are…
Geo
  • 8,663
  • 13
  • 63
  • 93
1
vote
1 answer

Wordpress why i'm Not getting folder name on site url after site migration

I have migrated our WordPress website from the live to the local environment by using the updraft plus plugin. After migration, I have edited the home & siteurl to http://localhost/sitename instead of the domain URL in the wp_options table. Also, I…
GopalK
  • 15
  • 1
  • 7
1
vote
4 answers

How to find broken links in a website using Cypress?

How can I find all broken links in a website using Cypress if there are any? Are there any plugins to use? If not, how should I write my code that I can see whether the link returns a 200 status (or a successful link)? Thank you!
1
vote
1 answer

Regex specific question and search function on my website dealing with broken links

I've been trying to figure out my regex pattern but it doesn't seem to be working for me. Here's what i'm trying to do: I have broken links on my website if someone accidentally gets to a page like…
Singleton
  • 85
  • 2
  • 5
  • 16
1
vote
0 answers

How to fix the errors encountered while processing installation

I wanted to reinstall java which was accidently deleted, using this post. As mentioned in the above post on runningsudo apt install default-jre, I got this error: Reading package lists... Done Building dependency tree Reading state…
1
vote
0 answers

Detect broken links in a react component

Is there any way to make a post-render check for the links in a react component, check them with a callback, and render them as broken if the check in the callback fails? I have found broken-link-checker but I do not think that this library fits to…
chatzich
  • 1,083
  • 2
  • 11
  • 26
1
vote
0 answers

How can I avoid a Bad Request, for a URL, when it does not appear in the Source Code?

I have just used Google Developer Tools, to perform a site Audit. The Audit is suggesting to fix/remove Broken links to the following…
1 2
3
10 11