Remove print page

It is pointless nowadays.
This commit is contained in:
2022-01-13 02:51:32 +01:00
parent 91acce61ef
commit caaf36b170
3 changed files with 2 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
RewriteEngine on
RewriteCond &%{QUERY_STRING} &page=([^&]+) [NC]
RewriteRule ^(maincg\.php)?$ %1.html [R=301,QSD,L]
RewriteRule ^((maincg|printcg)\.php)?$ %1.html [R=301,QSD,L]
RewriteRule pages/(.*)\.php $1.html [R=301,L]