• Hi guys,

    I’m currently stuck at an option that the qtranslate (plugin) provides. I would like to get the pre-domain en.yourdomain.com to function properly for the english language and nl.yourdomain.com for the dutch language.

    Qtranslate provides this functionality however it doesn’t seem to work. I’ve already adjusted the supported version (was 3.4 to 3.5) to match the version of WordPress, seems that’s no longer a problem.

    The pre-path mode functions properly at http://www.yourdomain.com/en/ and http://www.yourdomain.com/nl/.

    This is the content of my .htaccess file:

    # 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 have pretty permalinks enabled.

    I can of course give you more information if required, any help is really appreciated.

  • The topic ‘mod rewrite qtranslate en.yourdomain.com’ is closed to new replies.