samireivinen
Forum Replies Created
-
ok, yeah, now I got it. Just installed this free plugin:
Quick Page/Post Redirect DEV
and told it to redirect http://www.valokuvaamoklik.fi/wp to http://www.valokuvaamoklik.fi
and now it works 🙂
First I thought that this worked out, but now I had to return to starting point. It is not good idea to replace index.php with index.html that has redirection. Reason is that when somebody search, lets say this article:
http://valokuvaamoklik.fi/wp/2012/02/parempia-kuvia-kevyella-kalustolla/
it would give an error, because it needs /wp/index.php to redirect articles and pages that are linked under /wp/ folder to the right address. This article for example needs to be redirected here:
http://valokuvaamoklik.fi/2012/02/parempia-kuvia-kevyella-kalustolla/
So my old hompage http://www.valokuvaamoklik.fi/wp -rederection needs to be handeled somehow in .htaccess.
I think this should be rather generic problem, so I think there should be an easy solution for this. PLEASE HELP 🙂
I just renamed index.php, so no problem 🙂
Do you know is it proper way for google to do redirecting?thanks again!
hi again,
i tried the code. i needed to remove wordpress created index.php from “wp” folder to get index.html work. Is it ok to remove? In the move I copied index.php from the wordpress folder “wp” to the root. In the instructions it was pointed that one most copy, not move index.php and .htaccess files.
Hi Threecows,
thanks for the reply. Do you know, does google accept this as a proper 301 redirection?