Hi there--
i have recently taken over management of a webserver. I am trying to move several sites from one to server to another.
One area where I'm stumped relates to include files.
I've got several thousand PHP files across many folders... some of them have a "require_once('config.inc');" statement and others have a "require_once('/include/config.inc');" statement.
There is only one config.inc file.
How can I configure my box so that 'config.inc' and '/include/config.inc' point to the same place?
The last person who hosted this site will not provide any configurations, so I'm trying to rebuild as best as my knowledge allows.
Help please.
--DW
i have recently taken over management of a webserver. I am trying to move several sites from one to server to another.
One area where I'm stumped relates to include files.
I've got several thousand PHP files across many folders... some of them have a "require_once('config.inc');" statement and others have a "require_once('/include/config.inc');" statement.
There is only one config.inc file.
How can I configure my box so that 'config.inc' and '/include/config.inc' point to the same place?
The last person who hosted this site will not provide any configurations, so I'm trying to rebuild as best as my knowledge allows.
Help please.
--DW