How can I recover an online server's apache config using code?
Last summer, I finished a website that worked on the company's offline WAMP server as well as my offline WAMP and LAMP servers. This site also works on an online server of mine.
I am not allowed access to the company's online server and any updates I make are sent to the senior programmer for implementation. His specialty is C, and non-web languages. To test code changes now takes two-weeks to a month.
Originally. their server gave 500 errors on half the pages, suggesting that my code conflicted with their configuration. Though the .htaccess files were supported by the offline servers answer my online one, I reccommended removing them. Now the site works, except for parts that inherit one of my php classes, but I need to be able to test my changes in real-time, on my servers. To do that. I need to know their server config.
Suggestions? Diagnosis?
Thank you in advance.