You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Leave a new .htaccess file inside of the /wp-content/uploads/ directory
How it works
Inside of the <IfModule> containers, there are three rules that do the following (in order):
Check if the request is for any file
Check for the absence of a cookie that begins with wordpress_logged_in_
If these conditions are met, the file request will be denied via 403 "Forbidden" response
The trick here is step 2, then check for the absence of a cookie that begins with wordpress_logged_in_. When the user is logged in, WordPress adds a cookie to your browser that looks like:
Uploads dürfen nicht verfügbar sein, wenn man nicht angemeldet ist.
Habe dazu mit neuer Klasse erweitert; aber gerade meine local MU mit upload zerstört, so dass Debuggen sinnlos ist.
The text was updated successfully, but these errors were encountered: