RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteEngine on RewriteRule ^Vetoriza\xE7\xE3o\.(.*)$ Vetoriza\%C3\%A7\%C3\%A3o.$1 [R=301,NC,NE,QSA,L] #rvs append # http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#rewriterule # R - redirect with response code # NE - (no URI escaping of output) will not convert \% to %25 but will show as % # QSA - query string append, for photo album, guestbook # L - last, stop and not processs other rules # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php81” package as the default “PHP” programming language. AddHandler application/x-httpd-ea-php81___lsphp .php .php8 .phtml # php -- END cPanel-generated handler, do not edit