I have a problem where in my website www.agphysio.com the homepage is being redirected to www.agphysio.com/actionsportclinic (the “actionsportclinic” is a folder where I saved my wordpress files in local)
I’m not sure where this redirection is happening as in the general settings and wp_options I’m pointing to www.agphysio.com
This is also my .htaccess file:
<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>
Could anyone help me?
Thanks!
I’ve been checking this last subdomain everywhere but not able to find anything
Raúl Anta is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.