Hello,
I have a requirement that I need to access php include files from main domain to sub domain on the same server. I tried giving direct path to the file but still i didnt get.
Ex :
I have a file in following path:
www.example.com/folder/includes/file1.php
I need to include this file1.php in my subdomain in a index file
that is www.subdomain.example.com/index.php
Please help me to resolve this.