Hiya guys and girls, hope one of you can help me out
Ive installed this evening and all seemed to be working fine, however when I go into the Admin mode and configure I have problems. I can see all the options, so I make changes and select save and it comes up with "Error 404 Page Not Found"
It almost looks as if its going to the root directory of my site for some reason? Have I missed something?
I've tried putting a config file in the root and a blank screen just comes up?
Hy,
Try to change
Code:
<form action="$PHP_SELF" method="post">
with
Code:
<form action="config.php" method="post">
Solved it cheers :)
I got the same problem
Page not found
Coppermine go to this page in order to update config.php
http://www.mydomain.com/www.mydomain.com/coppermine/config.php
instead of
http://www.mydomain.com/coppermine/config.php
How can i change the code for solving this ??
Thanks