This is a continuation of this issue.
I am trying to build a rule mod_rewritewhere the rewrite target is an absolute path outside the website root, for example
RewriteRule ^manual(/(.*))?$ /www/htdocs/customername/manual/$2 [L]
I need to do this because I cannot use Aliasin context .htaccess(shared hosting).
There are answers hinting that this is not possible at all.
It's true? I can not find any information in the manual.
Can someone clarify when absolute paths are possible and when not?
source
share