Viewing 1 replies (of 1 total)
  • Thread Starter susangoe

    (@susangoe)

    This is the .htaccess file in case that helps.

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

    Any help would be appreciated!

Viewing 1 replies (of 1 total)

The topic ‘Imported pages not loading’ is closed to new replies.