I just changed hosting companies www.godaddy.com
I have Coppermine installed but when i try to save the configuration screen, my browser goes to:
http://www.porcupinepc.com/cgi-bin/php
I don't know where that came from as coppermine is installed at: www.porcupinepc.com/family
Any assistance is much appreciated
Joe
usually this is caused by improper server setup. Ask your webhost to fix this for you (the server vars are set up wrong). For a quick fix, you might edit config.php, find<form action="$PHP_SELF" method="post">
and replace it with<form action="config.php" method="post">
, but you have to be aware that you might run into similar problems with other coppermine files - making your webhost configure the webserver properly is a better strategy in the long run.
GauGau