I'm having a 404 when i want to migrate my website to the root folder.
For now i access site here: http://www.zeekray.com/wordpress/fr/
Here is what i've done:
- I have changed the blog url to www.zeekray.com
- I 've copied the index.php and .htaccess files in the roots folder
- I've edited the index.php by adding . '/wordpress/wp-blog-header.php'
But it didn't worked.
www.zeekray.com redirects me to http://www.zeekray.com/wordpress/fr/
code# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress - Zacwordpress/en, which means that you have a plugin that handles your languages. I'm not very familiar with WordPress (in other words, I dislike it very much), and so I don't know the exact cause. Perhaps you have a GeoIP plugin installed? I would look there first. - Mike Rockétt