Good day! I faced this problem. My sitelink contains a hash collected by the program. When I first visit the site, the hash is removed, making it difficult to give feedback to the app.
-
Here is an example of the address to which the program addresses:
https://testwebsite.000.pe/test#hash:1AB475BBACD4785ABBF4756 -
When connecting for the first time, the address changes to:
https://testwebsite.000.pe/test?i=1
As a result, the address is changed and the hash that needed to be processed is removed. I have already read about the suffix “?i=1” and understand why it is needed. On the second attempt to contact the address, everything works as it should, but it is inconvenient to use what needs to be reopened in the application.
And so the question is, is it possible to somehow get a hash, or will it be easier to change the hosting? I understand that this is a feature of this hosting, and no amount of paid services or a “Premium” subscription is likely to solve this problem.
- I want to get a return address in at least this key:
https://testwebsite.000.pe/test?i=1#hash:1AB475BBACD4785ABBF4756
or:
https://testwebsite.000.pe/test#hash:1AB475BBACD4785ABBF4756?i=1
Is this possible on this hosting?