.htaccess:
AuthType Basic
Require valid-user
AuthUserFile /home/mysite/html/.htpasswd
AuthName "Please Log In With Your Username/Password!"
Order allow,deny
.htaccess:
AuthType Basic
Require valid-user
AuthUserFile /home/mysite/html/.htpasswd
AuthName "Please Log In With Your Username/Password!"
Order allow,deny
in .htaccess hinzufügen (ca. Zeile 165)
RewriteCond %{REQUEST_URI} !/meine-eigene-dateien/[^/]*\.php$
Composer überschreibt nach jedes Updates .htaccess-Datei und alle personalisierte Einstellungen gehen verloren. Was kann man dagegen tun?
Beginn von .htaccess:
RewriteEngine on
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
RewriteCond %{HTTP_HOST} ^www.example.com$ [NC]
RewriteRule (.*) https://example.com/$1 [R=301,L]
Redirect www to non www properly (wildcard / any hostname)
RewriteEngine On RewriteBase /
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
Redirect www.example.com to example.com (with hostname):
RewriteEngine on
RewriteCond %{HTTP_HOST} ^example.com [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301,NC]
Mit Webmin habe ich ein Virtualhost erstellt. Wenn ich über Browser die Website aufrufe bekomme ich 403 Error. Wenn ich unter /var/logs/error_logs anschaue sehe ich folgende Meldung:
[Sat May 10 18:20:52 2014] [crit] [client 85.182.26.***] (13)Permission denied: /home/mysite/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
Was mache ich falsch?
Hallo zusammen. Ich habe einen VServer bei Hosteruope und möchte einen Ordner mit .htaccess schützen, aber die .htaccess wird gar nicht ausgeführt. was mache ich falsch? De Benutzername ist admin und passwort ist 123456.
.htaccess
AuthUserFile /is/htdocs/wp1../protect/.htpasswd
AuthGroupFile /dev/null
AuthName "Password Protected Area"
AuthType Basic
Kann ich mehrere IP Adressen mit folgender Code blockieren?
order allow,deny
allow from all
deny from 111.111.333.333 222.222.444.444
Neueste Kommentare
/etc/my.cnf
Edit "/etc/my.cnf" ( under [mysqld] ):
transaction_isolation="READ-COMMITTED"
Restart MariaDB / MySQL:
Create Sub-Directories with WGET
wget -U 'Mozilla/MyUserAgent' -P MyTempDir123 --wait=0.2 --random-wait -nd -r -x -l 4 -e robots=off --reject
Ignore Binaries, JS, CSS etc
wget -U 'Mozilla/MyUserAgent2024' -P MyOutPutDirectory --wait=1 --random-wait -nd -r -l 2 -e robots=off --reject
Intel(R) Xeon(R) E-2288G CPU @ 3.70GHz
# sysbench --threads="$(nproc)" cpu run
AMD Ryzen 7 PRO 3700 8-Core Processor
# sysbench --threads="$(nproc)" cpu run
Reload .bashrc without logging out
Diese Lösung wird empfohlen aber hat bei mir nicht funktioniert.
Welche Alternative gibt es?
Composer + PHP 8.3
ln -snf /opt/plesk/php/8.3/bin/php /etc/alternatives/php
composer.json
In composer.json, update:
Empty Flood Table
drush sqlq "DELETE FROM flood"
Gmail Apps (SMTP Login):…
Gmail Apps (SMTP Login):
https://security.google.com/settings/security/apppasswords