Thread Starter
javsmo
(@javsmo)
Thanks for you answer, but didn’t solve my problem.
I’d like to be able to redirect the $1_$2_$3_archive.html to /$1/$2/
The 404 error page is working. But I’d like to show the correct page to user instead 404 error.
Thanks a lot!
Thread Starter
javsmo
(@javsmo)
Just to update the problem.
I also tried the [R,L] flag after the first RewriteRule and the same problem persists.
I commented this rule, but I’d like to know if it’s possible to make these $1_$2_$3_archive.html pages appear on /$1/$2/ way.
BTW, my permanent links are in the following form (The blogger form):
/%year%/%monthnum%/%postname%.html
Thanks.