I've recently made the upgrade to php5 together with Apache and MySQL (Actually it was all a fresh installation) But since doing this I've found that my web pages are not parsed fully when viewed on my testing server (running under windows XP pro), e.g., images do not load.
Could this problem be a php.ini setting or apache httpd.conf setting, i've tried many alterations but cannot seem to solve the problem? Any pointers or solutions would be greatly appreciated.
I'm using:
apache_2.0.50-win32-x86-no_ssl.msi
PHP 5.0.1-win32.zip
mysql-4.0.20d-win.zip
phpMyAdmin-2.5.7-pl1.zipHave you looked at the HTML of the faulty pages to see if there are any clues there?Check your httpd.conf. I know on my debian system there is a alias for /images which caused all of my images (that I had placed in a folder called images) to not be the correct path.Thanks for the help but It was something totally straightforward whish I overlooked completely.
The server was setup on another machine and the i.e browser was configured differently from the default settings. After installing firefox and seeing it working I simply reset i.e to the default and it worked. DOH!
There a lesson to be learnt from this!
Could this problem be a php.ini setting or apache httpd.conf setting, i've tried many alterations but cannot seem to solve the problem? Any pointers or solutions would be greatly appreciated.
I'm using:
apache_2.0.50-win32-x86-no_ssl.msi
PHP 5.0.1-win32.zip
mysql-4.0.20d-win.zip
phpMyAdmin-2.5.7-pl1.zipHave you looked at the HTML of the faulty pages to see if there are any clues there?Check your httpd.conf. I know on my debian system there is a alias for /images which caused all of my images (that I had placed in a folder called images) to not be the correct path.Thanks for the help but It was something totally straightforward whish I overlooked completely.
The server was setup on another machine and the i.e browser was configured differently from the default settings. After installing firefox and seeing it working I simply reset i.e to the default and it worked. DOH!
There a lesson to be learnt from this!