stefacht
Forum Replies Created
-
Hi Robert (and everyone else reading this),
I’m again having troubles with this issue.
Seems that my permanent redirect solution in the .htaccess file is not a good solution from the SEO point of view. (Google Webmaster Tools shows a problem because I’m redirecting within the same domain.)Robert, could you please explain more detailed what you mean by that answer? How should that special theme be made?
Is there no built-in solution for that problem in multilingual press?
Regards
StefOk, I managed the redirect by
1) leaving the path as it was originally:
define( ‘PATH_CURRENT_SITE’, ‘/’ );
and 2) adding the following line to my .htaccess:
Redirect /index.html http://www.mydomain.com/de/Now it works.
But the 404 error page for wrong URLs outside /de or /en are still a problem, e.g. http://www.mydomain.com/xyz shows an error page in default wordpress layout…I’ve deactivated the widget in the sidebar and built a language selection manually in the header now.
But how can I make links that don’t only link to language’s homepage, but to the same content page?