Support » Fixing WordPress » pages on .co.uk redirect to pages on .fr

  • I’ve got 2 wesbites:

    https://paul-lehmann.co.uk/
    and
    https://paul-lehmann.fr

    The problem is some pages of my .co.uk website switch to my .fr wesbite.

    For example:

    https://paul-lehmann.co.uk/

    If you click on Porfiolio or Contact in the main menu you are then redirected to the .fr pages

    Any idea please ? I really don’t understand ?!

    Thanks,

    Paul

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Can you please check the .htaccess file of
    https://paul-lehmann.co.uk/
    to see if there are any redirection rules that are doing so.

    Thread Starter polo74

    (@polo74)

    I can’t find any:

    Please find below the htaccess 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

    ## EXPIRES CACHING ##
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType image/jpg “access plus 1 year”
    ExpiresByType image/jpeg “access plus 1 year”
    ExpiresByType image/gif “access plus 1 year”
    ExpiresByType image/png “access plus 1 year”
    ExpiresByType text/css “access plus 1 month”
    ExpiresByType application/pdf “access plus 1 month”
    ExpiresByType text/x-javascript “access plus 1 month”
    ExpiresByType application/x-shockwave-flash “access plus 1 month”
    ExpiresByType image/x-icon “access plus 1 year”
    ExpiresDefault “access plus 2 days”
    ExpiresByType text/x-javascript “access plus 1 month”
    ExpiresByType application/javascript “access plus 1 month”
    ExpiresByType application/x-javascript “access plus 1 month”
    </IfModule>
    ## EXPIRES CACHING ##

    AddOutputFilterByType DEFLATE text/plain
    AddOutputFilterByType DEFLATE text/html
    AddOutputFilterByType DEFLATE text/xml
    AddOutputFilterByType DEFLATE text/css
    AddOutputFilterByType DEFLATE application/xml
    AddOutputFilterByType DEFLATE application/xhtml+xml
    AddOutputFilterByType DEFLATE application/rss+xml
    AddOutputFilterByType DEFLATE application/javascript
    AddOutputFilterByType DEFLATE application/x-javascript

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘pages on .co.uk redirect to pages on .fr’ is closed to new replies.