Forum Moderators: phranque
directory structure is
home/user/main/sub/
i want to access php files from main when on the subdomain.
this doesnt work
RewriteRule ^page.php$ ../page.php [L,QSA]
any suggestions?
And last, you can solve it by making an empty php file, which only includes the one from the main domain, but that depends on the php settings (if it's allowed or not).
I have access to the server.
Our server management guys suggested that i can use a symlink, however, I wanted to eliminate the possibility of solving it with htacess, that seems unlikely now.
i'll look into your suggestions tomorrow.
thanks for your help, any other suggestions out there?