I have a local testing server running XAMPP. The system root path is based on a windows config.
My remote server is linux and so the system root path is different.
I have php files running on my different websites that reference include files based on that system root. It all works correctly on the remote server, but obviously, that same system path doesn't work locally.
Is there a way to tell apache to "translate" that system path to work with my local system path without having to change the includes back and forth depending on which server I'm running on?
That may be a bit hard to understand. Please let me know and I will be glad to elaborate a bit more.
Thanks!
My remote server is linux and so the system root path is different.
I have php files running on my different websites that reference include files based on that system root. It all works correctly on the remote server, but obviously, that same system path doesn't work locally.
Is there a way to tell apache to "translate" that system path to work with my local system path without having to change the includes back and forth depending on which server I'm running on?
That may be a bit hard to understand. Please let me know and I will be glad to elaborate a bit more.
Thanks!