Files
cyklogaining.tojnar.cz/.htaccess
Jan Tojnar caaf36b170 Remove print page
It is pointless nowadays.
2022-01-13 02:51:32 +01:00

15 lines
429 B
ApacheConf

RewriteEngine on
RewriteCond &%{QUERY_STRING} &page=([^&]+) [NC]
RewriteRule ^((maincg|printcg)\.php)?$ %1.html [R=301,QSD,L]
RewriteRule pages/(.*)\.php $1.html [R=301,L]
RewriteRule ^cyklogaining.html$ / [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule !\.(pdf|js|ico|gif|jpg|jpeg|png|webp|svg|css|rar|zip|7z|tar\.gz|map|eot|ttf|otf|woff|woff2)$ index.php [L]
Options -Indexes