Forum Moderators: phranque
I'm unsure whether .htaccess is processed again after a Rewrite is done
The rules for the numbered pages can also be simplified to a single rule too.
RewriteRule ^pag01\.html$ /adm/page01.html [L]
RewriteRule ^pag02\.html$ /adm/page02.html [L]
RewriteRule ^pag03\.html$ /adm/page03.html [L] RewriteRule ^pag0([123])\.html$ /adm/page0$1.html [L]