- Mitglied seit
- 19. Mai 2007
- Beiträge
- 11
- Punkte für Reaktionen
- 0
- Punkte
- 0
Hallo,
Wahrscheinlich schon öfters besprochen, aber ich habe nicht wirklich eine passende Lösung im Forum gefunden.
Ich habe eine DS1512+ mit der neuesten DSM Version 5.0-4493 Update 7.
Ich habe im Ordner web eine .htaccess Datei.
Diese schaut wie folgt aus:
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
# uploaded Rules
# RewriteRule ^([_0-9a-zA-Z-]+/)??les/(.+) wp-includes/ms-?les.php??le=$2 [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
# GZIP Compression
<IfModule mod_deflate.c>
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE text/plain text/html application/x-httpd-php-source
AddOutputFilterByType DEFLATE text/xml application/xml application/xhtml+xml application/xml-dtd
AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml image/svg+xml
AddOutputFilterByType DEFLATE text/css text/javascript application/javascript application/x-javascript
AddOutputFilterByType DEFLATE font/truetype application/x-font-ttf font/opentype application/x-font-otf
</IfModule>
</IfModule>
# php_flag display_errors off
# Passwortabfrage
AuthName „xxxxxxx Blog"
AuthType Basic
AuthName "Info 1: Der xxxxxxxx Blog Bereich ist fuer externe User passwortgeschuetzt."
AuthUserFile /volume1/NAS_wartung/secret/.htpasswd
Order allow,deny
Require valid-user
Allow from 192.168.2
Deny from all
Satisfy any
Der Passwortschutz funktioniert bestens. Aber der Teil "Allow from" funktioniert nicht. Auch wenn ich über den im lokalen Netz installierten PC auf die Web Site zugreife (Aufruf http://192.168.2.xxx/xxxxxxxBlog/) kommt die Passwortabfrage. Sollte ja eigentlich dann nicht kommen.
Die Web Site ist eine wordpress Multisite Installation.
Gibt es hier eine Idee wie ich das lösen könnte?
Danke
Wahrscheinlich schon öfters besprochen, aber ich habe nicht wirklich eine passende Lösung im Forum gefunden.
Ich habe eine DS1512+ mit der neuesten DSM Version 5.0-4493 Update 7.
Ich habe im Ordner web eine .htaccess Datei.
Diese schaut wie folgt aus:
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
# uploaded Rules
# RewriteRule ^([_0-9a-zA-Z-]+/)??les/(.+) wp-includes/ms-?les.php??le=$2 [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
# GZIP Compression
<IfModule mod_deflate.c>
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE text/plain text/html application/x-httpd-php-source
AddOutputFilterByType DEFLATE text/xml application/xml application/xhtml+xml application/xml-dtd
AddOutputFilterByType DEFLATE application/rdf+xml application/rss+xml application/atom+xml image/svg+xml
AddOutputFilterByType DEFLATE text/css text/javascript application/javascript application/x-javascript
AddOutputFilterByType DEFLATE font/truetype application/x-font-ttf font/opentype application/x-font-otf
</IfModule>
</IfModule>
# php_flag display_errors off
# Passwortabfrage
AuthName „xxxxxxx Blog"
AuthType Basic
AuthName "Info 1: Der xxxxxxxx Blog Bereich ist fuer externe User passwortgeschuetzt."
AuthUserFile /volume1/NAS_wartung/secret/.htpasswd
Order allow,deny
Require valid-user
Allow from 192.168.2
Deny from all
Satisfy any
Der Passwortschutz funktioniert bestens. Aber der Teil "Allow from" funktioniert nicht. Auch wenn ich über den im lokalen Netz installierten PC auf die Web Site zugreife (Aufruf http://192.168.2.xxx/xxxxxxxBlog/) kommt die Passwortabfrage. Sollte ja eigentlich dann nicht kommen.
Die Web Site ist eine wordpress Multisite Installation.
Gibt es hier eine Idee wie ich das lösen könnte?
Danke