.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
List config vaiables
/usr/sbin/mariadbd --help --verbose | grep "query.*size"
Restart MariaDB / MySQL
Commandline:
MariaDB Restart (after changes in /etc/mysql/db-performance.cnf)
After my changes in /etc/mysql/db-performance.cnf
Error: configure: error: no acceptable C compiler found in $PATH
Error:
PHP 8.3, APCu via PECL
PHP 8.3 extra packages (+ pecl, apcu)
apt update apt install plesk-php83-dev zlib1g-dev
https : Secure Connection Failed
I get this error, when I visit https://solr.example.com:8983 :
Remove files and show the number of deleted files
Remove all files starting with 2024 in mydir123 and show the number of deleted files:
find mydir123 -name '2024*' -exec rm -vf {} \; | wc -l
find . -name '*' | xargs rm …
find . -name '*' | xargs rm -v
Maybe Patch
https://www.drupal.org/project/tablefield/issues/3397688
/etc/my.cnf
Edit "/etc/my.cnf" ( under [mysqld] ):
transaction_isolation="READ-COMMITTED"
Restart MariaDB / MySQL: