Hallo alle zusammen!
Erst vor kurzer Zeit habe ich Wordpresswebseite im "Localhost" erstellt. Derzeit habe ich über Strato die Webseite der Öffentlichkeit zur Verfügung gestellt. Soweit sind alle Schritte richtig befolgt.
Es ist möglich die Webseite abzurufen, aber nicht auf die Wp-Admin Oberfläche zuzugreifen.
Es entstehen folgende Fehler mit "define( 'WP_DEBUG', true );"
http://mywebseite/wp-admin
Code
Warning: Cannot modify header information - headers already sent by (output started at /mnt/webq/c0/xx/xxxxxx/htdocs/wp-config.php:1) in /mnt/webq/c0/xx/xxxxxx/htdocs/wp-includes/pluggable.php on line 1178/
in wp-includes/pluggable.php date 1178 Zeile sieht so aus
http://mywebseite/wp-login.php
Code
Warning: Cannot modify header information - headers already sent by (Output started at /mnt/webq/c0/xx/xxxxxx/htdocs/wp-config.php:1) in /mnt/webq/c0/xx/xxxxxx/htdocs/wp-login.php on line 424 Warning: Cannot modify header information - headers already sent by (output started at /mnt/webq/c0/xx/xxxxxx/htdocs/wp-config.php:1) in /mnt/webq/c0/xx/xxxxxx/htdocs/wp-login.php on line 437
Ich danke euch für eure Hilfe im Voraus.
Vielen Dank.