-
pls check redirection status of two sites lameloshoes.com and merijanesole.com why redirection failed. I applied redirection 301 on pages why they open, destination pages should open. I cannot fix Google search console issues due to redirection failed.
-
Hello,
We apologize for the issue you are facing with the redirection on your sites. To help you troubleshoot the redirection failures, we recommend checking a few things:
-
Check .htaccess File: Ensure that there are no conflicting rules in your
.htaccess
file. You can do this by navigating to WordPress Dashboard → Rank Math SEO → General Settings → Edit .htaccess. Look for any additional redirection rules that might be causing issues and remove them if necessary.
-
Redirection Code: Make sure that the 301 redirection code you applied is correct. You can use the following code snippet as an example:
RewriteEngine On RewriteCond %{HTTP_HOST} www.lameloshoes.com RewriteRule (.*) https://website.com/$1 [R=301,L]
Replace
lameloshoes.com
with your actual domain. -
Test Redirects: Use tools like htaccess tester to debug and ensure that your rewrites are correct before applying them.
-
Check Google Search Console: After making changes, monitor Google Search Console for any updates on the redirection status.
If the problem persists after checking these items, please reply to this ticket with any specific error messages or issues you are encountering, and a human agent from our support team will assist you further.
Thank you for raising this concern!
This is an automated reply from Rank Math Support Bot. Your ticket has been assigned to a human agent and we will get back to you shortly.
I have read .htacess file. There is present other rules but Rank Math own Redirection rules are not present in .htacess file.
# BEGIN LSCACHE
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
<IfModule LiteSpeed>
RewriteEngine on
CacheLookup on
RewriteRule .* – [E=Cache-Control:no-autoflush]
RewriteRule litespeed/debug/.*\.log$ – [F,L]
RewriteRule \.litespeed_conf\.dat – [F,L]### marker ASYNC start ###
RewriteCond %{REQUEST_URI} /wp-admin/admin-ajax\.php
RewriteCond %{QUERY_STRING} action=async_litespeed
RewriteRule .* – [E=noabort:1]
### marker ASYNC end ###### marker MOBILE start ###
RewriteCond %{HTTP_USER_AGENT} Mobile|Android|Silk/|Kindle|BlackBerry|Opera\ Mini|Opera\ Mobi [NC]
RewriteRule .* – [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+ismobile]
### marker MOBILE end ###### marker WEBP start ###
RewriteCond %{HTTP_ACCEPT} image/webp [OR]
RewriteCond %{HTTP_USER_AGENT} iPhone\ OS\ (1[4-9]|[2-9][0-9]) [OR]
RewriteCond %{HTTP_USER_AGENT} Firefox/([6-9][0-9]|[1-9][0-9]{2,})
RewriteRule .* – [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+webp]
### marker WEBP end ###### marker DROPQS start ###
CacheKeyModify -qs:fbclid
CacheKeyModify -qs:gclid
CacheKeyModify -qs:utm*
CacheKeyModify -qs:_ga
### marker DROPQS end ###</IfModule>
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
# END LSCACHE
# BEGIN NON_LSCACHE
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
### marker BROWSER CACHE start ###
<IfModule mod_expires.c>
ExpiresActive on
ExpiresByType application/pdf A31557600
ExpiresByType image/x-icon A31557600
ExpiresByType image/vnd.microsoft.icon A31557600
ExpiresByType image/svg+xml A31557600ExpiresByType image/jpg A31557600
ExpiresByType image/jpeg A31557600
ExpiresByType image/png A31557600
ExpiresByType image/gif A31557600
ExpiresByType image/webp A31557600
ExpiresByType image/avif A31557600ExpiresByType video/ogg A31557600
ExpiresByType audio/ogg A31557600
ExpiresByType video/mp4 A31557600
ExpiresByType video/webm A31557600ExpiresByType text/css A31557600
ExpiresByType text/javascript A31557600
ExpiresByType application/javascript A31557600
ExpiresByType application/x-javascript A31557600ExpiresByType application/x-font-ttf A31557600
ExpiresByType application/x-font-woff A31557600
ExpiresByType application/font-woff A31557600
ExpiresByType application/font-woff2 A31557600
ExpiresByType application/vnd.ms-fontobject A31557600
ExpiresByType font/ttf A31557600
ExpiresByType font/otf A31557600
ExpiresByType font/woff A31557600
ExpiresByType font/woff2 A31557600</IfModule>
### marker BROWSER CACHE end ##### LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
# END NON_LSCACHE
# BEGIN WordPress
# The directives (lines) between “BEGIN WordPress” and “END WordPress” are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
# BEGIN WP Cloudflare Super Page Cache
# The directives (lines) between “BEGIN WP Cloudflare Super Page Cache” and “END WP Cloudflare Super Page Cache” are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_expires.c>
ExpiresActive on
ExpiresByType application/xml “access plus 0 seconds”
ExpiresByType text/xsl “access plus 0 seconds”
</IfModule>
<FilesMatch “\.(xml|xsl)$”>
<IfModule mod_headers.c>
Header set Cache-Control “no-cache, no-store, must-revalidate, max-age=0”
</IfModule>
</FilesMatch>
<FilesMatch “robots\.txt”>
<IfModule mod_headers.c>
Header set Cache-Control “no-cache, no-store, must-revalidate, max-age=0”
</IfModule>
</FilesMatch>
<FilesMatch “\.(css|js|pdf)$”>
<IfModule mod_headers.c>
Header set Cache-Control “public, must-revalidate, proxy-revalidate, immutable, max-age=2592000, stale-while-revalidate=86400, stale-if-error=604800”
</IfModule>
</FilesMatch>
<FilesMatch “\.(jpg|jpeg|png|gif|ico|eot|swf|svg|webp|avif|ttf|otf|woff|woff2|ogg|mp4|mpeg|avi|mkv|webm|mp3)$”>
<IfModule mod_headers.c>
Header set Cache-Control “public, must-revalidate, proxy-revalidate, immutable, max-age=31536000, stale-while-revalidate=86400, stale-if-error=604800”
</IfModule>
</FilesMatch>
<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_URI} ^(.*)?/wp-content/wp-cloudflare-super-page-cache/merijanesole.com/debug.log(.*)$
RewriteRule ^(.*)$ – [F]
</IfModule>
<FilesMatch “wp-cron.php”>
<IfModule mod_headers.c>
Header set Cache-Control “no-cache, no-store, must-revalidate, max-age=0”
</IfModule>
</FilesMatch>
# END WP Cloudflare Super Page CacheHello,
Can you please share the exact redirection you created on your website in this structure?
Source: Redirection Type: Destination URL:
Or, you can share a screenshot of the redirections by using a tool like https://imgur.com/upload so that we can check this further for you.
However, it looks like you’re currently using the Rank Math PRO plugin on your websites, but the account you have used to open this ticket is the Rank Math free version.
Please search and forward a receipt from FastSpring.com so we can locate your account and verify it.
Looking forward to helping you.
Thank you.
526dcba94e26284ba316feaa65eddeed
patent-leather-mary-jane-shoes/
Edit | Deactivate | Trash | View
https://merijanesole.com/patent-leather-mary-janes/ 301 0 September 13, 2025, 22:04 Uncategorized
about-us/
Edit | Deactivate | Trash | View
https://merijanesole.com/about-me 301 3 September 13, 2025, 8:40 September 15, 2025, 18:29 Uncategorized
patent-leather-mary-janes/feed/
Edit | Deactivate | Trash | View
https://merijanesole.com/patent-leather-mary-janes/ 301 0 September 7, 2025, 9:44 Uncategorized
search?q=*
Edit | Deactivate | Trash | View
https://merijanesole.com/?s=$1 301 0 September 7, 2025, 7:06 Uncategorized
?amp=1
Edit | Deactivate | Trash | View
https://merijanesole.com/amp/ 301 1 September 7, 2025, 7:02 September 10, 2025, 5:10 Uncategorized
platform-mary-jane-shoes/m************@g********
Edit | Deactivate | Trash | View
https://merijanesole.com/platform-mary-jane-shoes/ 301 1 September 7, 2025, 6:54 September 15, 2025, 3:33 Uncategorized
shop/m************@g********
Edit | Deactivate | Trash | View
https://merijanesole.com/shop/ 301 1 September 7, 2025, 6:51 September 15, 2025, 8:38 Uncategorized
mary-jane-shoes-for-babies/m************@g********
Edit | Deactivate | Trash | View
https://merijanesole.com/mary-jane-shoes-for-babies/ 301 1 September 7, 2025, 6:48 September 15, 2025, 3:11 Uncategorized
painting-for-the-emotionally-exhausted/
Edit | Deactivate | Trash | View
https://merijanesole.com/ 301 2 September 7, 2025, 6:13 September 11, 2025, 13:36 Uncategorized
contact-us/
Edit | Deactivate | Trash | View
https://merijanesole.com/contacts 301 12 August 27, 2025, 8:19 September 16, 2025, 22:27 Uncategorized
merijane-womens-shoes/?amp=1
Edit | Deactivate | Trash | View
https://merijanesole.com/womens-mary-jane-shoes 301 0 August 6, 2025, 1:28 Uncategorized
terms
Edit | Deactivate | Trash | View
https://merijanesole.com/ 301 19 August 6, 2025, 1:23 September 16, 2025, 16:09 Uncategorized
gdpr-compliance
Edit | Deactivate | Trash | View
https://merijanesole.com/ 301 16 August 6, 2025, 1:22 September 16, 2025, 16:07 Uncategorized
copyright
Edit | Deactivate | Trash | View
https://merijanesole.com/ 301 16 August 6, 2025, 1:20 September 16, 2025, 16:05 Uncategorized
hello-world/
Edit | Deactivate | Trash | View
https://merijanesole.com/ 301 1 August 6, 2025, 1:20 August 29, 2025, 2:21 Uncategorized
checkout/
Edit | Deactivate | Trash | View
https://merijanesole.com/ 301 0 August 6, 2025, 1:19 Uncategorized
customer-dashboard/
Edit | Deactivate | Trash | View
https://merijanesole.com/ 301 1 August 6, 2025, 1:17 September 6, 2025, 8:27 Uncategorized
wp-admin/admin-ajax.php?action=rest-nonce
Edit | Deactivate | Trash | View
https://merijanesole.com/merijanesole.com 301 0 August 5, 2025, 12:15 Uncategorized
mary-jane-shoes/about/
Edit | Deactivate | Trash | View
https://merijanesole.com/about-me/ 301 1 August 5, 2025, 11:51 August 25, 2025, 14:50 Uncategorized
privacy
Edit | Deactivate | Trash | View
https://merijanesole.com/privacy-policy 301 24 August 5, 2025, 11:44 September 16, 2025, 16:08 Uncategorized
mary-jane-shoes-for-work-2/
Edit | Deactivate | Trash | View
https://merijanesole.com/mary-jane-shoes-for-work/ 301 9 June 3, 2025, 1:58 August 16, 2025, 14:18 Uncategorized
mary-jane-dress-shoes/?amp=1
Edit | Deactivate | Trash | View
https://merijanesole.com/mary-jane-dress-shoes/ 301 7 June 1, 2025, 6:01 August 29, 2025, 13:03 Uncategorized
^home/?amp=1$
Edit | Deactivate | Trash | View
https://merijanesole.com/ 301 0 June 1, 2025, 6:00 Uncategorized
^mary-jane-shoes-for-work/?amp=1$
Edit | Deactivate | Trash | View
https://merijanesole.com/mary-jane-shoes-for-work/ 301 0 June 1, 2025, 5:53 Uncategorized
elementor-hf/375/
Edit | Deactivate | Trash | View
https://merijanesole.com/ 301 20 June 1, 2025, 3:44 September 14, 2025, 23:21 Uncategorized
{search_term_string}
Edit | Deactivate | Trash | View
https://merijanesole.com/Home page 301 0 May 19, 2025, 3:16 Uncategorized
Home Page
Edit | Deactivate | Trash | View
https://merijanesole.com/merijanesole.com 301 0 April 15, 2025, 11:54 Uncategorized
Select All From
To
Sort ascending.
Type
Sort ascending.
Hits
Sort ascending.
Created
Sort ascending.
Last Accessed
Sort ascending.
Category
Select bulk action
Bulk actionsSelect Category
Hello,
The 301 redirects you shared are working fine.
Please clear your website and browser’s cache if they are still not redirecting.
However, the redirection for parameterized URLs is only available with Rank Math PRO:
https://rankmath.com/kb/setting-up-redirections/#parameterized-urlRank Math PRO unlocks that feature to redirect URLs with parameters, so it will not work if you’re only using the free version of the plugin.
Looking forward to helping you.
-
You must be logged in to reply to this ticket.