yourls-redirect-index icon indicating copy to clipboard operation
yourls-redirect-index copied to clipboard

Stop inexistent short URLs from being redirected

Open tomslominski opened this issue 9 years ago • 2 comments

Redirections happen in yourls-loader.php and then yourls-go.php around line 10. Check if code 301 in index.php and don't redirect if so.

tomslominski avatar Jan 08 '16 21:01 tomslominski

@tomslominski: Is this still an issue with the latest version of this plugin?

strarsis avatar Apr 21 '22 14:04 strarsis

I did experience this behavior with the current version of the plugin, and fixed it for my own install like this: https://github.com/vitorio/yourls-redirect-index/commit/9c3dbb16444a505addeb0f858fadb4c4ef891521

vitorio avatar Jun 04 '24 07:06 vitorio