regex - htaccess redirect a plus sign -
i try make redirect of url old site new site, not work. think it's plus symbol, or problem i'm stupid shit.
rewriterule ^nl/pageid/junair+compressor+onderhoud(|/)$ /nl/persluchttechniek/page/nieuwsberichten/compressor-onderhoud-junair [r=301,l]
try redirect rule in root .htaccess of old site:
rewriterule ^nl/pageid/junair[\s+]compressor[\s+]onderhoud/?$ /nl/persluchttechniek/page/nieuwsberichten/compressor-onderhoud-junair [nc,b<r=301,l]
make sure first rule below rewriteengine
line. check there no other .htaccess in system.
Comments
Post a Comment