apache 1.3 and apache 2.0 different?? ( scripts not running.... )

Hello,

I have recently started converting my servers from running Apache 1.3.x to running Apache 2.0.x

However, some of my scripts are not running on the Apache 2.0 installation which is also installed with php 4.3.10
the script however works on servers running the Apache 1.3 and tested with php from version 4.3.4 to 4.3.11

The error happens when I couple the running of a php script with that of a .htaccess file.
the /etc/httpd/conf/vhosts/sitex file have already been added with the
AllowOverride All
Options All
functions which causes the .htaccess files to work properly but when the commands get loaded into a php script they generate an error.

I suspect that some variables that were used in Apache 1.3 are not the same as that in Apache 2.0.

the script is a very simple script which when a html file in the folder is requested, the .htaccess will verify that it is a html file and then direct the user to a php script which in turn will regenerate the file with some added values.

The script currently does not see the files and in the directories at all.....

Any one got any advice for this situation?

 

 

 

 

Top