comparison modules/website/files/conf.extra/cms_rewrites.conf @ 117:3fdde0638538 puppet-3.6

Redirect dumb bots that removed the ID number to the main module page
author IBBoard <dev@ibboard.co.uk>
date Fri, 08 Jul 2016 20:34:29 +0100
parents 956e484adc12
children
comparison
equal deleted inserted replaced
116:3c4f495d4eac 117:3fdde0638538
1 RewriteEngine on 1 RewriteEngine on
2 RewriteRule ^/([A-Z][a-zA-Z]+)/([a-zA-Z]+)([0-9]+)/$ /$1/$2_$3.html [L,R=301] 2 RewriteRule ^/([A-Z][a-zA-Z]+)/([a-zA-Z]+)([0-9]+)/$ /$1/$2_$3.html [L,R=301]
3 RewriteRule ^/([A-Z][a-zA-Z]+)/([a-zA-Z]+)_\.html$ /$1/ [L,R=301]
3 RewriteRule ^/(Downloads/author)/([^/]+)/$ /$1.html?name=$2 [L,R=301,QSA] 4 RewriteRule ^/(Downloads/author)/([^/]+)/$ /$1.html?name=$2 [L,R=301,QSA]
4 RewriteRule ^/(Article)s(/.*)?$ /$1$2 [L,R=301] 5 RewriteRule ^/(Article)s(/.*)?$ /$1$2 [L,R=301]
5 6
6 RewriteRule ^/(Register|Login|User|misc|ContactUs)/(([a-zA-Z]+)(_pg([0-9]+)|_([0-9]+|[0-9a-zA-Z]{2,})(_pg([0-9]+))?)?\.html)?$ /$1.php?act=$3&id=$6&page=$8$5 [L,QSA] 7 RewriteRule ^/(Register|Login|User|misc|ContactUs)/(([a-zA-Z]+)(_pg([0-9]+)|_([0-9]+|[0-9a-zA-Z]{2,})(_pg([0-9]+))?)?\.html)?$ /$1.php?act=$3&id=$6&page=$8$5 [L,QSA]
7 8