Plugin hau ez da probatu WordPressen azken 3 bertsio garrantzitsuenekin. Baliteke, jada, mantentze edo euskarririk ez izatea, eta, WordPressen bertsio berriagoekin erabiltzen denean, bateragarritasun arazoak izan ditzake.

Disable URL Autocorrect Guessing

Deskripzioa

This plugin disables WordPress’ URL autocorrection guessing feature.
If you for example enter the URL http://www.myblog.com/proj you won’t be redirected
to http://www.myblog.com/project-2013 anymore.

This plugin is based on the example here: https://core.trac.wordpress.org/ticket/16557

Instalazioa

  1. Upload disable-url-autocorrect-guessing.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Berrikuspenak

2024(e)ko urtarrilaren 11(a)
This plugin works well on my WordPress 6.4.2 site Thanks Hauke, this is very helpful for the very confidential site I'm working on.
2020(e)ko uztailaren 16(a)
This is a must have. WP guesses the most wild things without it. I found thousands of random urls on google, none exists. This plugin makes them 404. like they always should. A new hook will be added in 5.5 add_filter( 'do_redirect_guess_404_permalink', '__return_false' ); https://make.wordpress.org/core/2020/06/26/wordpress-5-5-better-fine-grained-control-of-redirect_guess_404_permalink/ Until then. Must have!
2017(e)ko urriaren 19(a)
It’s pretty horrible that wordpress auto-guesses a url because it will break pagination when category pages are auto-guessed and that leads to lots of internal 404s by webmasters. I got this plugin working and it solved all my problems. Just make sure you purge any cdn and cache. I think it also might conflict with some Drupal to Wordpress migration plugins, so you'll have to disable those eventually.
Irakurri 12 berrikuspenak

Laguntzaileak eta Garatzaileak

“Disable URL Autocorrect Guessing” software librea da. Ondoko pertsonek egin dizkiote ekarpenak plugin honi.

Laguntzaileak

Disable URL Autocorrect Guessing 1 eskualde-ezarpenera itzuli da. Eskerrik asko itzultzaileei beraien ekarpenengatik.

Itzul zaitez Disable URL Autocorrect Guessing zure hizkuntzara.

Garapena interesatzen zaizu?

Araka kodea, begiratu SVN biltegia edo harpidetu garapen erregistrora RSS bidez.

Aldaketen loga

2.0

Since ticket https://core.trac.wordpress.org/ticket/16557 is solved now, the implementation
was changed to use the filter do_redirect_guess_404_permalink as provided in the example here:
https://make.wordpress.org/core/2020/06/26/wordpress-5-5-better-fine-grained-control-of-redirect_guess_404_permalink/

1.1

Added check for $_GET['p'] to allow rel=shortlink according to comment of user esemlabel:
https://core.trac.wordpress.org/ticket/16557#comment:28

1.0

First (and possibly last) version.