After installation I've got a default root blog '/'. Then I've created a new one '/en'. I really don't want to use the default blog. How can I redirect all accesses from / to /en ?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
In your .htaccess file in the main '/' directory, put:
|
|||
|
|
|
Instead of redirecting, just move the site you want into the old one:
To redirect matching pages, use a rule like this in your .htaccess:
|
|||
|
|