[COLOR=#555555][FONT=&]Hi , sind gerade dabei unsere zu bearbeiten hier unser Inhalt nach SSL Umstellung
kann man das so stehen lassen oder wäre eine Anpassung besser ?
Mich wundert bei RewriteRule einmal ohne https uns einmal mit ? Wäre die sehr dankbar für eure Tipps .
In der Serach Console wird auch irgenwie ein doppelte weiter Leitung ausgegeben . Wäre sehr dank für schnelle Hilfe.[/FONT][/COLOR][COLOR=#555555][FONT=&]:
# BEGIN WpFastestCache[/FONT][/COLOR][COLOR=#555555][FONT=&]
Apache Configuration
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^XX-XXX.XX [NC]
RewriteRule ^(.*)$ http\:\/\/XX\-XX\.XX\/$1 [R=301,L]
# Start WPFC Exclude
# End WPFC Exclude
# Start_WPFC_Exclude_Admin_Cookie
RewriteCond %{HTTP:Cookie} !wordpress_logged_in_[^\=]+\=XXX-XXX
# End_WPFC_Exclude_Admin_Cookie
RewriteCond %{HTTP_HOST} ^XX.xx-XX
RewriteCond %{HTTP_USER_AGENT} !(facebookexternalhit|WhatsApp|Mediatoolkitbot)
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{HTTPS} !=on
RewriteCond %{REQUEST_URI} !(\/){2}$
RewriteCond %{REQUEST_URI} \/$
RewriteCond %{QUERY_STRING} !.+
RewriteCond %{HTTP:Cookie} !wordpress_logged_in
RewriteCond %{HTTP:Cookie} !comment_author_
RewriteCond %{HTTP:Cookie} !wp_woocommerce_session
RewriteCond %{HTTP:Cookie} !safirmobilswitcher=mobil
RewriteCond %{HTTP:Profile} !^[a-z0-9\“]+ [NC]
RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/all/$1/index.html -f [or]
RewriteCond /homepages/29/dX323X0464/htdocs/clickandbuilds/WordPress/XXXXX/wp-content/cache/all/$1/index.html -f
RewriteRule ^(.*) „/wp-content/cache/all/$1/index.html“ [L][/FONT][/COLOR][COLOR=#555555][FONT=&]AddDefaultCharset UTF-8[/FONT][/COLOR][COLOR=#555555][FONT=&]FileETag None
Header unset ETag
Header set Cache-Control „max-age=0, no-cache, no-store, must-revalidate“
Header set Pragma „no-cache“
Header set Expires „Mon, 29 Oct 1923 20:30:00 GMT“[/FONT][/COLOR][COLOR=#555555][FONT=&]# END WpFastestCache
# BEGIN GzipWpFastestCache[/FONT][/COLOR][COLOR=#555555][FONT=&]AddType x-font/woff .woff
AddOutputFilterByType DEFLATE image/svg+xml
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/x-font-ttf
AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
AddOutputFilterByType DEFLATE font/opentype font/ttf font/eot font/otf[/FONT][/COLOR][COLOR=#555555][FONT=&]# END GzipWpFastestCache
# BEGIN LBCWpFastestCache[/FONT][/COLOR][COLOR=#555555][FONT=&]AddType application/font-woff2 .woff2
ExpiresActive On
ExpiresDefault A0
ExpiresByType image/webp A2592000
ExpiresByType image/gif A2592000
ExpiresByType image/png A2592000
ExpiresByType image/jpg A2592000
ExpiresByType image/jpeg A2592000
ExpiresByType image/ico A2592000
ExpiresByType image/svg+xml A2592000
ExpiresByType text/css A2592000
ExpiresByType text/javascript A2592000
ExpiresByType application/javascript A2592000
ExpiresByType application/x-javascript A2592000
ExpiresByType application/font-woff2 A2592000[/FONT][/COLOR][COLOR=#555555][FONT=&]Header set Expires „max-age=2592000, public“
Header unset ETag
Header set Connection keep-alive
FileETag None[/FONT][/COLOR][COLOR=#555555][FONT=&]# END LBCWpFastestCache[/FONT][/COLOR][COLOR=#555555][FONT=&]# BEGIN WEBPWpFastestCache[/FONT][/COLOR][COLOR=#555555][FONT=&]RewriteEngine On
RewriteCond %{HTTP_ACCEPT} image/webp
RewriteCond %{REQUEST_URI} jpg|png
RewriteCond %{DOCUMENT_ROOT}/$1.webp -f
RewriteRule ^(.*) „/$1.webp“ [L][/FONT][/COLOR][COLOR=#555555][FONT=&]Header append Vary Accept env=REDIRECT_accept
Header set Expires „max-age=2592000, public“
Header unset ETag
Header set Connection keep-alive
FileETag None[/FONT][/COLOR][COLOR=#555555][FONT=&]AddType image/webp .webp
# END WEBPWpFastestCache[/FONT][/COLOR][COLOR=#555555][FONT=&]Header set Strict-Transport-Security „max-age=15768000; includeSubDomains“ env=HTTPS[/FONT][/COLOR][COLOR=#555555][FONT=&]#Umleitung http zu https
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^$ [URL]https://xxxxxxx/%[/URL]{REQUEST_URI} [R=301,L][/FONT][/COLOR][COLOR=#555555][FONT=&]Order deny,allow
Deny from all[/FONT][/COLOR][COLOR=#555555][FONT=&]AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE image/svg+xml[/FONT][/COLOR][COLOR=#555555][FONT=&]ExpiresActive On
ExpiresByType text/css A2419200
ExpiresByType text/x-component A2419200
ExpiresByType application/x-javascript A2419200
ExpiresByType application/javascript A2419200
ExpiresByType text/javascript A2419200
ExpiresByType text/x-js A2419200
ExpiresByType text/html A3600
ExpiresByType text/richtext A3600
ExpiresByType image/svg+xml A3600
ExpiresByType text/plain A3600
ExpiresByType text/xsd A3600
ExpiresByType text/xsl A3600
ExpiresByType text/xml A3600
ExpiresByType video/asf A2419200
ExpiresByType video/avi A2419200
ExpiresByType image/bmp A2419200
ExpiresByType application/java A2419200
ExpiresByType video/divx A2419200
ExpiresByType application/msword A2419200
ExpiresByType application/vnd.ms-fontobject A2419200
ExpiresByType application/x-msdownload A2419200
ExpiresByType image/gif A2419200
ExpiresByType application/x-gzip A2419200
ExpiresByType image/x-icon A2419200
ExpiresByType image/jpeg A2419200
ExpiresByType application/json A2419200
ExpiresByType application/vnd.ms-access A2419200
ExpiresByType audio/midi A2419200
ExpiresByType video/quicktime A2419200
ExpiresByType audio/mpeg A2419200
ExpiresByType video/mp4 A2419200
ExpiresByType video/mpeg A2419200
ExpiresByType application/vnd.ms-project A2419200
ExpiresByType application/x-font-otf A2419200
ExpiresByType application/vnd.ms-opentype A2419200
ExpiresByType application/vnd.oasis.opendocument.database A2419200
ExpiresByType application/vnd.oasis.opendocument.chart A2419200
ExpiresByType application/vnd.oasis.opendocument.formula A2419200
ExpiresByType application/vnd.oasis.opendocument.graphics A2419200
ExpiresByType application/vnd.oasis.opendocument.presentation A2419200
ExpiresByType application/vnd.oasis.opendocument.spreadsheet A2419200
ExpiresByType application/vnd.oasis.opendocument.text A2419200
ExpiresByType audio/ogg A2419200
ExpiresByType application/pdf A2419200
ExpiresByType image/png A2419200
ExpiresByType application/vnd.ms-powerpoint A2419200
ExpiresByType audio/x-realaudio A2419200
ExpiresByType image/svg+xml A2419200
ExpiresByType application/x-shockwave-flash A2419200
ExpiresByType application/x-tar A2419200
ExpiresByType image/tiff A2419200
ExpiresByType application/x-font-ttf A2419200
ExpiresByType application/vnd.ms-opentype A2419200
ExpiresByType audio/wav A2419200
ExpiresByType audio/wma A2419200
ExpiresByType application/vnd.ms-write A2419200
ExpiresByType application/font-woff A2419200
ExpiresByType application/vnd.ms-excel A2419200
ExpiresByType application/zip A2419200[/FONT][/COLOR][COLOR=#555555][FONT=&]RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L][/FONT][/COLOR][COLOR=#555555][FONT=&]AddHandler x-mapp-php5.5 .php[/FONT][/COLOR][COLOR=#555555][FONT=&]# BEGIN WordPress[/FONT][/COLOR][COLOR=#555555][FONT=&]RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
Alles anzeigen
[/FONT][/COLOR][COLOR=#555555][FONT=&]# END WordPress[/FONT][/COLOR]