Hey,
I seem to have a problem with my coppermine gallery.
When new users try to register, they click on 'I agree' to the terms and conditions and it sends them to http://www.w3.org/PICS/
they are also getting this page when they try to login and also when they click 'Upload'
I have no idea what is going on ???
The web address is www.totalrc.co.uk (http://www.totalrc.co.uk) and i am running version 1.3.2
Thanks,
Phil
I don't know why they are redirected to the w3 site, but I see in your source that you have a double // in the url for register.php.
Quote<form method="post" action="//pics/register.php">
Make sure your config settings are correct, particularly the 'target address for see more ........'
It works from http://www.totalrc.co.uk/pics/register.php so it's probably the double slash that's causing problems. It is introduced on your main page link to coppermine.
<area shape="rect" coords="641,2,705,19" href="../..//pics/index.php">
Ok so what do i need to change and where can i change it?
It's on your main page, remove the double slash in the code I quoted.
And also check your config setting as I suggested. All your links within the gallery have this '//'.
Ok i have figued out the problem, it was actually nothnig to do with coppermine, so sorry for wasting you time :(
All the links on my site are linked to www.totalrc.co.uk//pics/ so when people used that the page i described above turned up.