Hi all,

The problem is taken from this topic here


If your domain third-level (Ex: example.com.ar, example.com.tr, etc ..)
Then you should make changes to the .htaccess file located in the root of your site.


It is necessary to add the first part of your domain to a regular expression that is responsible for wilcard domains.


Let's say that your domain example.com.tr
The original part of code in the .htaccess file
Code:
Only registered members can view the code.


The same part of code but after our changes
Code:
Only registered members can view the code.


With this method, the problem will be solved.
Otherwise, leave your comments.