Avoid URL redirects
-
Good day folks,
We do have your plugin installed, but when we test the speed of our site in different platforms, we do still get “Avoid URL redirects” and the explanation we got is “URL redirects are made using HTTP status codes 301 and 302.”
Although the grade we got is not bad (and we don’t care), we believe it can be improved (we do have a need for speed though).
On our .htaccess file we do have the following:
#BEGIN WordPress -original
RewriteEngine On RewriteBase /wordpress/ RewriteRule ^index.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /wordpress/index.php [L]
#END WordPress
On the settings dashboard of the plugin we do have the following options activated only:
Mixed content fixer
Enable WordPress 301 redirect
Enable 301 .htaccess redirect
Fire mixed content fixer with different method
So, what can we do to fix this issue and not to worry about these “Avoid URL redirects” anymore?
In advance, thank you for your help and interest!
- The topic ‘Avoid URL redirects’ is closed to new replies.