I need to access my multi-language blog on WordPress from different directories.
My landing page is placed in this way:
example.com => English
example.com/es => Spanish
I installed my blog in the directory blog,
and I installed a WPML plugin to handle multilanguage.
Unfortunately, what I achieved is:
example.com/blog => English blog
example.com/blog/es => Spanish blog
How to make it accessible from /es/blog
? Do I need another instance of WordPress? Maybe there are some settings? .htaccess? I tried many things, but I failed.