Posts by Kurtteodoro • 1 point
3 posts
-
0
votes1
answer36
viewsA: Place value in Paragrafo without javascript interpreting HTML tag
I searched the internet, I thought that solved my problem SUA_STRING.replace(/&/g, '&').replace(/</g, '<').replace(/>/g, '>').replace(/"/g, '"');…
-
-1
votes1
answer36
viewsQ: Place value in Paragrafo without javascript interpreting HTML tag
I have a paragraph<p id='meuParagrafo' >paragra</p> and in Javascript I want to do this document.querySelector("#meuParagrafo").innerHTML = "<b>Bem legal</b>"; the only…
-
-1
votes1
answer99
viewsQ: My website error 404 when use https redirect
My website error 404 when I switch htacces to redirect http to https, the code I’m using in htacces: RewriteEngine On RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteCond %{HTTPS} off…