profile-command
profile-command copied to clipboard
A Trailing Slash Gets Added To URL Causing A Redirect
The change made here causes a redirect on my site which results in the profile command failing. Is there a way to support both cases?
My workaround was to add the following to my theme's functions.php file.
remove_filter('template_redirect','redirect_canonical');