.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
Same with Drush 13 + PHP 8.3 and my Solution
Same with Drush 13 + PHP 8.3
Error : Failed to install the required package 'RPM' by using AP
Initializing...
Error : Failed to install the required package 'RPM' by using APT. Please install it manually.
Exit
Solution:
Installieren & Aktivieren
So habe es installiert und dann mit Hilfe von Key/Code (über Website von Acronis Cyber Protect) aktiviert:
I have a view with a path…
I have a view with a path like
/my-content-export
to export entivies as JSON or CSV.admin_toolbar 3.5.2 is the…
admin_toolbar 3.5.2 is the reason. Patch coming ...
Tools & Settings >> Security…
Tools & Settings >> Security Policy :
Allow only secure FTPS connections
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: