Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Marc Decroux

    (@marcdecroux)

    Hi again!

    I put a .htaccess file with the following:

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

    The problem is now regarding the images…

    Thanks again…

    Thread Starter Marc Decroux

    (@marcdecroux)

    Hello again !

    I think I found the trouble :
    the link of every kind of medias is like “https://www.habitation.ch/wordpress/&#8230;.”.

    If I got to Setting, General, I put in both places (3rd and 4th field, from the top) : “https://www.habitation.ch&#8221; before moving my files. Previous it was “https://www.habitation.ch/wordpress&#8221;.

    It seems that the modifications was not applyed by the medias…

    Any idea to correct this?

    Thanks once again…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem after moving website’ is closed to new replies.