Posts by Harever • 91 points
3 posts
-
3
votes1
answer112
viewsQ: How to block internet explorer access?
How can I block my site from being accessed by Iternet explorer via . htaccess? I’ve tried codes like: RewriteEngine on RewriteCond %{HTTP_USER_AGENT} "MSIE [6-8]" [NC] RewriteRule ^(.*)$…
-
2
votes1
answer1452
viewsQ: Question: how to fix the Unicodeencorror in Python?
Since I changed machines, I’ve been having the following problem with the interpreter Python: UnicodeEncodeError: 'ascii' codec can't encode character u'\xe7' in position 17: ordinal not in…
-
4
votes2
answers1595
views