Originally Posted by KURTZ thanks Brian just tested this: Code: # Allow Archive.org to save snapshots of everything User-agent: ia_archiver Allow: / # Tame yahoo... it tends to eat a ton of resources without a delay User-agent: Slurp Crawl-delay: 60 #list individual pages and files here that all bots should ignore, as well as group extentions. #If you re-write everything to .html, you can disallow *.php, but note that if you don't have a CRR ...
# Allow Archive.org to save snapshots of everything User-agent: ia_archiver Allow: / # Tame yahoo... it tends to eat a ton of resources without a delay User-agent: Slurp Crawl-delay: 60 #list individual pages and files here that all bots should ignore, as well as group extentions. #If you re-write everything to .html, you can disallow *.php, but note that if you don't have a CRR
Originally Posted by KURTZ Code: // Calendar 'calendar\.php$' => 'calendar/' '^calendar\.php\?c=1$' => 'calendar/' '^calendar\.php\?(c=1&)?do=(display.+?)(&year=)?$' => 'calendar/$2/[NF]' 'calendar\.php\?(c=1&)?nojs=1' => 'calendar/nojs/[NF]' 'calendar\.php\?(c=1&)?do=(display.+?)&nojs=1' => 'calendar/$2/nojs/[NF]' 'calendar\.php\?(c=1&)?week=(\d+)&nojs=1' => 'calendar/week-$2/nojs/[NF]' 'calendar\.php\?(c=1&)?month=(\d+)&year=(\d+)&nojs=1' ...
// Calendar 'calendar\.php$' => 'calendar/' '^calendar\.php\?c=1$' => 'calendar/' '^calendar\.php\?(c=1&)?do=(display.+?)(&year=)?$' => 'calendar/$2/[NF]' 'calendar\.php\?(c=1&)?nojs=1' => 'calendar/nojs/[NF]' 'calendar\.php\?(c=1&)?do=(display.+?)&nojs=1' => 'calendar/$2/nojs/[NF]' 'calendar\.php\?(c=1&)?week=(\d+)&nojs=1' => 'calendar/week-$2/nojs/[NF]' 'calendar\.php\?(c=1&)?month=(\d+)&year=(\d+)&nojs=1'
Originally Posted by KURTZ i found this (after request ): what do you think about? vBulletin.org Forum - View Single Post - Soccer Betting Game ("Fussball-Tippspiele") Code: //Vbsoccer //======================================================== '^vbsoccer\.php$' => 'soccer/' '^vbsoccer\.php\?do=(\w+)$' => 'soccer/$1/' '^vbsoccer\.php\?do=(\w+)&l=(\d+)$' => 'soccer/$1/$2/' '^vbsoccer\.php\?do=(\w+)&l=(\d+)&m=(\d+)$' => 'soccer/$1/$2/$3' ...
//Vbsoccer //======================================================== '^vbsoccer\.php$' => 'soccer/' '^vbsoccer\.php\?do=(\w+)$' => 'soccer/$1/' '^vbsoccer\.php\?do=(\w+)&l=(\d+)$' => 'soccer/$1/$2/' '^vbsoccer\.php\?do=(\w+)&l=(\d+)&m=(\d+)$' => 'soccer/$1/$2/$3'
Originally Posted by Ceri May PHP Code: 'xperience\.php\?go=(\w+)$' => 'experience/$1/' Ceri
'xperience\.php\?go=(\w+)$' => 'experience/$1/'
PHP Code: // ibProArcade'arcade\.php$' => 'arcade.html''arcade\.php\?&$' => 'arcade.html''arcade\.php\?&act=Arcade$' => 'arcade.html''arcade\.php\?do=play&gameid=(\d+)$' => 'arcade/game/$1.html''arcade\.php\?&act=Arcade&do=play&gameid=(\d+)$' => 'arcade/game/$1.html''arcade\.php\?act=Arcade&do=play&gameid=(\d+)$' => 'arcade/game/$1.html''arcade\.php\?&do=play&gameid=(\d+)$' => 'arcade/game/$1.html' ...
// ibProArcade'arcade\.php$' => 'arcade.html''arcade\.php\?&$' => 'arcade.html''arcade\.php\?&act=Arcade$' => 'arcade.html''arcade\.php\?do=play&gameid=(\d+)$' => 'arcade/game/$1.html''arcade\.php\?&act=Arcade&do=play&gameid=(\d+)$' => 'arcade/game/$1.html''arcade\.php\?act=Arcade&do=play&gameid=(\d+)$' => 'arcade/game/$1.html''arcade\.php\?&do=play&gameid=(\d+)$' => 'arcade/game/$1.html'