apache - Redirect URLs with a trailing slash to URLs with no trailing slash via htaccess rule with [QSA,L] -


recently broke ties wordpress , migrated of site's content own custom-made cms. works great except 1 thing. previous links site's blog posts have trailing slash. since none of current urls have trailing slash, previous links no longer work , seo non-existent. i've been attempting find htaccess rule redirect trailing slash urls urls no trailing slash, of now, nothing works.

use redirect rule first rule remove trailing slash:

rewriteengine on  rewritecond %{request_filename} !-d rewriterule ^(.+)/$ /$1 [ne,r=301,l] 

Comments

Popular posts from this blog

java - unable show chart in xls document using jasper reports -

javascript - How to change image src on success AJAX -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -