This error is related to the Apache web server and occurs when the URL address contains special characters such as %3f, which can potentially be unsafe.
We have found an alternative solution to the problem, which involves adding the following code to your .htaccess file:
RewriteEngine On
RewriteOptions UnsafeAllow3F
However, this immediately results in a 500 error on your website.
We recommend you consult your web developer for assistance in resolving the issue, as it is related to the code.
C
Update from TMD hosting
I have edited my site https:// to Mysite
We would like to inform you that during our investigation, we found that the issue is caused by the following:
[Sun Aug 04 11:42:48.002957 2024] [rewrite:error] [pid 283484:tid 283484] [client 173.236.127.62:55214] AH10508: Unsafe URL with %3f URL rewritten without UnsafeAllow3F, referer: [https://Mysite.com/my/](https://Mysite.com/my/) [Sun Aug 04 11:42:48.935490 2024] [rewrite:error] [pid 283484:tid 283484] [client 173.236.127.62:55214] AH10508: Unsafe URL with %3f URL rewritten without UnsafeAllow3F, referer: [https://Mysitte.com/my/](https://Mysite.com/my/)
This error is related to the Apache web server and occurs when the URL address contains special characters such as
%3f
, which can potentially be unsafe.We have found an alternative solution to the problem, which involves adding the following code to your
.htaccess
file:However, this immediately results in a 500 error on your website.
We recommend you consult your web developer for assistance in resolving the issue, as it is related to the code.
Best Regards
Technical Support Team
TMDHosting.com
C
This is now sorted Thank you
D
@Clubhouse , how did you solved it ? I am getting below error.