|
Hello when installing on a windows domain the number one issue I see is people forget in the windows environment on php it is suggested you need to use forward slashes not backslashes. backslashes will be stripped in PHP.
This would be your issue with urls and path statements I would assume here.
You would need to post error messages you recieve for me to say anything more here.
|