• Resolved JayDee_44

    (@jaydee_44)


    Hi!

    First of all, thank you for this cool plugin! ??
    Sorry if such theme exists, but I haven’t found it ??

    I have a problem. I’ve changed my wordpress directory from example.com/wordpress to example.com. I have website in 4 languages. After changing the mentioned directory, works well only one default language. When I’d tried to switch on other languages, I was directed to example.com/wordpress/en, example.com/wordpress/pl and example.com/wordpress/ru.

    I’d tried to reinstall plugin, but all the settings remained the same and nothing changed.

    Where can I change the previous url of my website to the new one without /wordpress and resolve my issue?

    Thanks in advance!

    https://www.ads-software.com/plugins/qtranslate-x/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Gunu

    (@grafcom)

    @jaydee_44

    what is in your htaccess file?

    Thread Starter JayDee_44

    (@jaydee_44)

    @gunu

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wordpress/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wordpress/index.php [L]
    </IfModule>

    # END WordPress

    Thread Starter JayDee_44

    (@jaydee_44)

    @gunu
    Thank you for the quick response!

    Do not pay attention to the previous post!

    I have in my htaccess file the next 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

    I’ve simply updated .htaccess file in Permalinks panel and everything works correctly!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Doesn't work after changing folder’ is closed to new replies.