Posts by Júlio Martins • 1 point
2 posts
-
0
votes1
answer109
viewsQ: Solved - Rewrite HTTP to HTTPS with Let’s Encrypt
I have the . htaccess file with the following content: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^(.+)$…
-
0
votes0
answers76
viewsQ: Error in Function mail() Windows Uol Host Platform. Returns 1 (True) but the email does not reach the recipient!
I have two simple functions that trigger e-mail (Recover Password). One works perfectly, the other does not accuse error, but the email does not reach the recipient. I would like a possible…