Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
location ~* \.(html|htm|txt)$ {
#add_header Pragma public;
add_header Cache-Control "public, must-revalidate, proxy-revalidate";
access_log off;
expires 7d;
break;
}
location ~* \.(htm|txt)$ {
#add_header Pragma public;
add_header Cache-Control "public, must-revalidate, proxy-revalidate";
access_log off;
expires 7d;
break;
}
rewrite [^/]+/([\d]+)-.+-([\d]+).html /threads/$1 redirect;
rewrite [^/]+/([\d]+)-.+.html /threads/$1 redirect;
rewrite [^/]+/([\d]+)-.+-([\d]+).html /showthread.php?t=$1&page=$2 break;
rewrite [^/]+/([\d]+)-.+.html /showthread.php?t=$1 break;
rewrite ^/([0-9]+)+-(.*).html /threads/$1 redirect; # Threads
rewrite ^/([0-9]+)+-(.*)+-([0-9]+).html /threads/$1/page-$5 redirect; # Threads Page
rewrite ^/([0-9]+)+(.*)/ /forums/$1 redirect; # Forum Kategorien
try_files $uri $uri/ /index.php?$uri&$args;
index index.php index.html;
}
RewriteRule [^/]+/([0-9]+)-[^/]+\.html http://www.domain.de/showthread.php?t=$1 [L,R=301]
################ SEO Rückeinstellung Xenforo ############
# legacy weiterleitungen
rewrite ^/forumdisplay\.php$ /forums/$arg_f? redirect;
location = /showthread.php {
if ( $args ~ ^([0-9]+) ) {
set $forum_thread_id $1;
rewrite ^.* /threads/$forum_thread_id? redirect;
}
rewrite ^/showthread\.php$ /threads/$arg_t? redirect;
}
location /
{
rewrite ^/([0-9]+)-(.*)\.html /threads/$1 redirect; # Threads
rewrite "^/([0-9]+)-(.*){3}-([0-9]+)\.html" /threads/$1/page-$3 redirect; # Threads Page
rewrite ^/([0-9]+)-(.*)/ /forums/$1 redirect; # Forum Kategorien
rewrite ^/(.*)/(.*)-([0-9]+)/ /threads/$3 redirect; # Threads aus VBSeo
try_files $uri $uri/ /index.php?$uri&$args;
index index.php index.html;
}
location /archive/ {
rewrite ^/archive/index\.php/t-([0-9]+)\.html /threads/$1/? redirect;
rewrite ^/archive/index\.php/t-([0-9]+)-p-([0-9]+)\.html /threads/$1/page-$2 redirect;
rewrite ^/archive/index\.php/f-([0-9]+)\.html /forums/$1/? redirect;
rewrite ^/archive/index\.php/f-([0-9]+)-p-([0-9]+)\.html /forums/$1/page-$2 redirect;
}
Wir verwenden essentielle Cookies, damit diese Website funktioniert, und optionale Cookies, um den Komfort bei der Nutzung zu verbessern.
Siehe weitere Informationen und konfiguriere deine Einstellungen