Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Google Web Master Tool Speed Issue Avoid landing page redirects WordPress

  • SOLVED

I have this issue when running the speed test in my website https://alumcenter.net
I have included a screen shoot.

I know the solution is to add a rule to the .htacces file
but I need to know the code to do it.

Thanks

Answers (1)

2015-09-12

Farid answers:

Hi,

Add the following code to your theme's 'functions.php' file.

remove_action('template_redirect', 'redirect_canonical');

That disables the canonical redirection.

Regards


alumicenter comments:

Eff, I have try and did not work, any other options


Farid comments:

Kindly check your plugin conflicts once. Disable all the plugins and see if that fixes the issue. Then re-enable one plugin at a time to find the culprit plugin.

Let me know if you still have this issue. I am waiting for your response.


alumicenter comments:

It works