rossw14 Posted April 28, 2015 Share Posted April 28, 2015 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 Kind Regards Ross Wilkes Link to comment Share on other sites More sharing options...
Dh42 Posted April 28, 2015 Share Posted April 28, 2015 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 More sharing options...
rossw14 Posted April 28, 2015 Author Share Posted April 28, 2015 Ok, How can i do that? do you happen to know the script i could use? Link to comment Share on other sites More sharing options...
Dh42 Posted April 28, 2015 Share Posted April 28, 2015 This should work in your htaccess file RedirectMatch 301 /none(.*) //$1 Link to comment Share on other sites More sharing options...
rossw14 Posted April 29, 2015 Author Share Posted April 29, 2015 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 More sharing options...
Dh42 Posted April 29, 2015 Share Posted April 29, 2015 That might work, what happens when you test it out? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now