How open a resource from php hiding real path emulating .htaccess rewriterule
if in .htaccess i have: RewriteRule ^filename$ real/path/filename.pdf [L] Typing as URL: www.mydomain.com/filename i open filename.pdf located in real/path/ without problem! But… having: …