not able to track the referring url to 404 page in cake php - cakephp

i am having a strange issue. I am seeing a lot of people visiting my 404 page of the website. but i am not able to track from where are they being referred to the 404 page.
the website has been made on cakephp framework.
in the page controller code when the page object is null we are redirecting it to the 404 page.
We are not able to find the referrence url from where the 404 page i being loaded.
the analytics gives keywords and landing pages. but we have checked all of them and none of them are going to 404
can anyone help.
www.vresorts.in

If you'd like to know the referrer, you can use $this->referer()

Related

React website and When I refresh a page on azure it show 404 not found

my website is on React and when I refresh a page it shows 404 found find. I tried many times but have not got a solution yet.
you might want to check all services , sometimes due to this just might be the issue

Advanced Url Provider and 404 error page

I have activated the Advanced Url Provider and a 404 error page in DNN 7.4.2. Works so far.
But: I deleted a page (also from the recycle bin) from the third level, let's say the Url was http://www.example.org/Level1/Level2/deletedPage - When I enter that Url now, I would expect that the 404 error page is displayed (as it is when I enter http://www.example.org/xxx/yyy/zzz) - but no, the parent page is displayed (http://www.example.org/Level1/Level2), with the Url of the deleted page, and in the IIS log file I find a http response status 200.
Any ideas?
Happy DNNing!
Michael
I would think when you delete a page, an custom Urls for that page would get deleted, but check the TabUrls table to see if there is an entry for /Level1/Level2/deletedPage in there.
The answer is simple. DNN takes the rest of the Url as query string parameters which could be used by a module, and the page does not "know" if that is needed or not.
In this example: As no page is available under
http://www.example.org/Level1/Level2/deletedPage
but a page is there under
http://www.example.org/Level1/Level2
it could be that a module needs or reacts to the querystring
?deletedPage
which is displayed as
http://www.example.org/Level1/Level2/deletedPage
by the Url provider. Therfore the behaviour is correct. An explanation can be found here, chapter "DNN pages & 404s" at the end of page 1 and beginning of page 2.

Get description of meta tag from a URL in Angular

I am setting up a simple app to save links of interesting articles. I'd like to be able to retrieve the description of the meta tag from the website of the URL or at least the first headline or text that appears in the page that is accessed when accessing that URL, to display this next to the URL:
This is the app so far:
http://ux.machinas.com/mux-feed/
Is there a way to do this in angular?
I am facing a similar problem. I am getting a cross-browser script error when trying to get page info with $http.get(), ie $http.get('http://www.stackoverflow.com').
I think the best solution is to get the page info on the server, then send to the browser, ie.
$http.get('./api/getPageInfo.php?url=www.myUrl.com/whatever').then....
this thread explains how to get page info in PHP - Get Facebook meta tags with PHP

requesting a route on google maps returns 404 page

does anyone know whats is going on with google maps lately? when i do a request to maps.google.com sometimes it returns a 404 page but right after when i request the same url it will load correctly. This does not happen always but sometimes the 404 page shows. My application is WPF based with vb and im using a webbrowser to display a route from point A to point B. Like i said sometimes when i press the button to display the google maps i get the 404 page but the same route will work right after when i try again.
If anyone has any info about this i will be very appreciated, since i can't find anything on the internet.
Regards,

Webmaster tools reporting crawl errors that don't seem to exist?

Google Webmaster Tools is giving me loads of crawl Errors of a certain type but I just can't see where its getting it from
Its reporting that the error is a 404 on this page (which definitely doesn't exist)
http://www.soundshelter.net/artist/www.soundshelter.net/artist/Arnold+Jarvis
and its being linked to from this page
http://www.soundshelter.net/artist/Arnold+Jarvis
There is no link to the first page anywhere on that second page. I am getting the same error for so many of the pages on my site (all dynamically created)
Any ideas why this is happening? Could it be something to do with the way I'm creating links in the code?
Arnold Jarvis
Cheers!
Hay Franco the problem is in your canonical code in your website thats create all the 404 errors.
For example take this page
http://www.soundshelter.net/artist/Arnold+Jarvis
on line 33 you will see this line
<link rel="canonical" href="www.soundshelter.net/artist/Arnold+Jarvis" />
This line create the 404 page across all of your CMS system its probably some of the system addons if you will add there http:// all of your 404 pages will be fixed:)

Resources