Ist zwar schon 1 Jahr her, aber kannst du mir sagen, wie du die Umleitung in der htaccess auf www hingekriegt hast.
Bei mir klappst nicht.
WP hat ja den Standardeintrag:
Apache Configuration
# 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
So klappts bei mir nicht und die Seite ist nicht erreichbar, nicht mal Zugang zum WP-Admin.
Apache Configuration
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^xn--zahnrder-4za\.org
RewriteRule ^(.*)$ http://www.xn--zahnrder-4za.org/$1 [R=permanent,L]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Alles anzeigen
Da ich keinen FTP-Zugang habe, mach ich es über den myFTP-Plugin.