Hi @arunpatidar I already gone through the same but here my condition is when user hits the page without .html it should append .html. In that case #Replace the .html with /RewriteCond %{REQUEST_URI} \.html$RewriteRule ^/(.*).html$ /$1/ [R=301,L,QSA]Will this line work? Because we will have URL lik...