I am trying to do a special rewrite rule.
Suppose ROOT as my hosting root.
I have domain.tld set as root on ROOT/folder
When I try this from a script running on the domain.tld root (which is folder):
RewriteRule sth/?$ ../file.php
It doesn't work, cause I am leaving the domain Root. But, since I am on the same hosting, shouldn't it work? Is there any alternative? I once heard about symlinks, do they apply here?
Thanks for your wonderful attention.