JIMBOND27
Member
Posted 2 years ago #
I recently changed wordpress address and url, improperly. I was locked out of my site, but solved that problem.
I have a new problem.
For some reason most of the links on my site, link to the root domain of my website.
my blog is http://www.ileasebeats.com/beabetterproducer
but for some reason most of the links forward to
http://www.ileasebeats.com/index2.php
Does anyone know how to help me with this?! I was just having some of my best days traffic wise lol, then i get this!
tamilsweet
Member
Posted 2 years ago #
Looks like issue with your htaccess file or you have some plugin installed to redirect everything to that url?
Can you post the content of your .htaccess file here.
You can find that under the folder /beabetterproducer/
It has to be your htaccess. EVen a non-existent link is sending me to the index2.php
JIMBOND27
Member
Posted 2 years ago #
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Thanks for the help. There is another .htaccess file in the parent folder for the "beabetterproducer" folder too, if that matters.
JIMBOND27
Member
Posted 2 years ago #
Hi guys. I was leaving that web address to a new one anyway. I've redirected that page to a working one, which I reinstalled on a new server. Thanks for your help!
kmessinger
Member
Posted 2 years ago #