Problems with php
the first time im sorry for my bad english
so now my problem
My Server only Support PHP3 Scripts
and in the Members Area i only found .php scripts
and this scripts dont run at my server
what can i do.
Give it a License vers who write in php3 ?
so i hope for help
thnaks
Thomas M.
P.S: Im Sorry again about my bad english
1. Rename all of the files to .php3 and any referances to those files.
2. Telnet into your server and tell it to parse .php files.
Personally I'd go with choice #2 because it'll be a lot faster and leave less room for error, but on the other hand, you may not have access to your servers config files.
create a file called .htaccess in your htdocs folder
add the line:
AddType application/x-httpd-php3 .php
if you are running php4 add this instead
AddType application/x-httpd-php .php
sorted
Bealers
#If you have any other info about this subject , Please add it free.# |

