Alles zurück auf Anfang :
Server: Debian 11 | PHP 7.4.33 | WP Version 6.1.1
Client Debian 10 | Firefox 111.01 | FF ESR | Midori | Chrome
WP: Custon Theme / Child Theme
Konsolenausgabeüberblick:
[Blockierte Grafik: https://forum.wpde.org/attachments/bi…dc2f54c1e28170d]
Fehler im Detail:
[Blockierte Grafik: https://forum.wpde.org/attachments/bi…dc2f54c1e28170d]
Antwort der Konsole:
[Blockierte Grafik: https://forum.wpde.org/attachments/bi…dc2f54c1e28170d]
/var/www/http://www.oss_lifestyle/.htaccess
[INDENT]# BEGIN WordPress
# Die Anweisungen (Zeilen) zwischen „BEGIN WordPress“ und „END WordPress“ sind
# dynamisch generiert und sollten nur über WordPress-Filter geändert werden.
# Alle Änderungen an den Anweisungen zwischen diesen Markierungen werden überschrieben.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /oss_lifestyle/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /oss_lifestyle/index.php [L]
</IfModule>
# END WordPress
[/INDENT]
/etc/apache2/sites-available/http://www.oss_lifestyle.conf
[INDENT]Alias /oss_lifestyle /var/www/http://www.oss_lifestyle
<Directory /var/www/http://www.oss_lifestyle>
Options FollowSymLinks
AllowOverride ALL
</Directory>[/INDENT]
/etc/apache2/sites-available/000-default.conf
[INDENT]<VirtualHost *:80>
# The ServerName directive sets the request scheme, hostname and port that
# the server uses to identify itself. This is used when creating
# redirection URLs. In the context of virtual hosts, the ServerName
# specifies what hostname must appear in the request's Host: header to
# match this virtual host. For the default virtual host (this file) this
# value is not decisive as it is used as a last resort host regardless.
# However, you must set it for any further virtual host explicitly.
#ServerName http://www.example.com
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg.
# It is also possible to configure the loglevel for particular
# modules, e.g.
#LogLevel info ssl:warn
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
# For most configuration files from conf-available/, which are
# enabled or disabled at a global level, it is possible to
# include a line for only one particular virtual host. For example the
# following line enables the CGI configuration for this host only
# after it has been globally disabled with "a2disconf".
#Include conf-available/serve-cgi-bin.conf
RewriteEngine on
RewriteCond %{SERVER_NAME} =speefak.spdns.de
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
[/INDENT]
Das ist der Ursprungszustand wie beim erstellen des Threads
Was ich dann gemacht habe :
- /var/www/http://www.oss_lifestyle/.htaccess gelöscht und über Permalinks/Beiträge neu erstellt ( gleicher Dateiinhalt wie vorher )
- Deaktivieren aller Plugins und Themes bis auf WP Statistic und das 20203 Theme => Kein Erfolg => Plugins wieder aktiviert
Sollte ich die Plugins komplett deinstallieren ?
Ich werde jetzt nicht weiter an der Installation oder den Configs etwas ändern.
Was ist jetzt der nächste Schritt ?