website redirects issue

lonly

Newbie
Joined
Oct 19, 2023
Messages
36
Reaction score
5
i am running a website which had everyday 400 to 500 clicks from google with my old server.
then i moved my site to new server with another company and after that i am getting a lot of redirects in google console. Evan i check my url from online redirects validation websites and there is fine everything and in my code is also everything is fine i showed everything in chatgpt 4 and copilot and both AI said everything is find in code and other setting but no one can solve my issue where actually is the problem i am getting and my everyday clicks are also decreased to 50 around only which was 400 to 500 with old server.

can anyone help me to find the redirect issue ?

Thanks
 
where the pages/website is redirecting to?
this could happen most likely due to htaccess wrong rules, hosting miss configuration, wrong predefined url in the wp-config/database, etc...

start by double checking your website htaccess file, define the url in wp-config & check wp_options in the database,
as well as using the right url path in the hosting panel as some might redirect depending on domain defined there (www non-www, http https, etc...),

clear the website & browser cache, then double check
 
@hideath
i just getting urls list in google console that url redirects but evan google console showing https url is redirecting but i verify it many time that url is not redirecting to anyother page.
i am running custom made website with asp.net language and i have web.config file where i set http to https and www to non www redirect which i showed to Ai and it is fine rule there
 
i am running a website which had everyday 400 to 500 clicks from google with my old server.
then i moved my site to new server with another company and after that i am getting a lot of redirects in google console. Evan i check my url from online redirects validation websites and there is fine everything and in my code is also everything is fine i showed everything in chatgpt 4 and copilot and both AI said everything is find in code and other setting but no one can solve my issue where actually is the problem i am getting and my everyday clicks are also decreased to 50 around only which was 400 to 500 with old server.

can anyone help me to find the redirect issue ?

Thanks

can you show some redirect url to trace actual probem.
 
Back
Top