Hallo und guten Tag,
ich habe auch meine Seite auf https umgestellt und es läuft auch fast alles. Leider wird aber bei Aufruf der URL
https://st%c3%a4dtepartnerschaftsverein-mitte.berlin nicht die Startseite angezeigt sondern
[size=14]404 — Wow, nicht gedacht dich hier zu sehen.[/SIZE]
Im Menü kann ich alle Seite ansteuern und das Schloss ist auch grün bei Firefox.
Gehostet ist die Seite bei Strato und Umleitung ist aktiv auf wordpress_01. SSL ist auch erzwungen.
Ich habe auch die Einstellungen bei Wordpress unter Lesen und im Theme [size=14]Responsive unter Einstellungen Startseite alles ausprobiert.
Was mach ich falsch und wie geht es richtig?
Der Inhalt der .htaccess
<IfModule mod_headers.c>
#Umleitung http zu https
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IfModule>
# 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
Alles anzeigen
Der Inhalt der index.php
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);
/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . '/wp-blog-header.php' );
Alles anzeigen
Ich bin derweilen ratlos und bitte um Hilfe!
Vielen Dank!
edit maxe: Code Buttons[/SIZE]