404 error and special urls
-
Hello,
some things are not okay. I see in apaches access.log some errors like:
GET /path/koko-analytics-collect.php?nv=1&p=0&up=1 HTTP/1.1" 404 342 "https://mydomain.de/path/koko-analytics-collect.php?nv=1&p=0&up=1" "WordPress/5.6; https://mydomain.de/path"
I grepping koko-analytics-collect.php, I found:
src/class-admin.php 392: $tracker_url = site_url( '/koko-analytics-collect.php?nv=1&p=0&up=1' ); src/class-script-loader.php 68: return $use_custom_endpoint ? site_url( '/koko-analytics-collect.php' ) : admin_url( 'admin-ajax.php?action=koko_analytics_collect' );
This maybe wrong.
My second problem:
I’m using
add_rewrite_tag
andadd_rewrite_rule
to get nice urls, e.g.
to get the urlhttps://mydomain.de/path/entry/myname/
wordpress rewrites it to
https://mydomain.de/path/entry?name=myname
. Koko Analytics lists onlyhttps://mydomain.de/path/entry/
. Can you take care of the canonical header?Thank you very much.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘404 error and special urls’ is closed to new replies.