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!
Any input for this, please?