Jump to content

Fix a page not found error?


rossw14

Recommended Posts

Hi,
I noticed recently after checking in stats that i have been getting a lot of error 404 pages being generated by users on my site, as much as 70 or 80 per day by different users, is there something i'm doing wrong? when i look at the pages that are generating the errors i can see them fine, even on different browsers, mobile and desktop etc. I cant see where the problem is.

If somebody could take a look at the errors, that would be great, i did setup a redirect on the 404 errors previously but this does not seem to be working anymore either, it is stating that the page is going to /none

 

i have attached a link of my website and also one of the links that is generating the error most often, ive also attached a screenshot of the fault to see if that may help.

 

 

Website link: http://wwwalloccasions-florist.co.uk

404 link: http://www.alloccasions-florist.co.uk/10020-dudbridge

 

 

Untitled.jpg

 

Kind Regards

Ross Wilkes

Link to comment
Share on other sites

Those are not the error pages, they are the referrer pages. The error pages is /none I don't rightly know what would cause that, but I would just set up a redirect in the htaccess to redirect anything coming to /none to the homepage.

Link to comment
Share on other sites

Thanks for your help, ive tried this today however now the redirects instead of saying "/none" they now say "//"

 

would i be right to change the code from "RedirectMatch 301 /none(.*) //$1"

to : "RedirectMatch 301 /none(.*) /index.php$1"

 

let me know what you think.

Regards

Ross Wilkes

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...