I want to run my wordpress blog in Portuguese and English. After researching a little bit, I decided that the better way was to install two separate wordpress installations, one running under mysite.com/pt and the other running under mysite.com/en
I installed the blog under mysite.com/en using the .htaccess and everything went fine. I can access the wp-admin without any problems. I enabled nice URL and everything seemed to work fine but, when I try to see an article mysite.com/en/category/article-name I get a 404 error.
At first, it seemed reqrite problems but the rerite rules seem fine. I'm not using any .htaccess file in root folder, since there's a index.php that will redirect any call to the root url to mysite.com/pt. mysite.com/en should work also as a stand alone site.
But I also tried with an .htaccess in root folder and the problem persists.
Does anybody have any ideas why this is hapenning and how can I solve the problem?