Log in

View Full Version : Urgent Help needed please


PassLab.net
01-10-2007, 01:18 PM
For security reasons I have changed the admincp link. So instead of going to

http://www.myforum.com/admincp/index.php it goes to different address as

http://www.myforum.com/blablaadmincp/index.php

and I have also changed the modcp link.

everything works fine but banning.php is not working in admincp. In modcp it works fine...

I suspect that it has something to do with these changes. Because in the admincp, it looks for the banning.php in modcp/banning.php link which is not there. Therefore

It says:

Not Found
The requested document was not found on this server.

How should I correct this? I belive it is easy but I dont know :o

thanks

peterska2
01-10-2007, 01:22 PM
Make sure that you updated config.php to contain the correct paths to the acp and modcp

PassLab.net
01-10-2007, 01:27 PM
I have already, I ve changed these two paths:

$config['Misc']['admincpdir'] = 'blablaadmincp';
$config['Misc']['modcpdir'] = 'blablamodcp';

peterska2
01-10-2007, 01:33 PM
I've reviewed the code used and it is taking it from config.php

Does the moderate threads/attachments/posts work in the ACP?

PassLab.net
01-10-2007, 01:37 PM
No they are not working either :(

myforum/modcp/moderate.php?do=events

it is trying to get it from modcp but modcp is changed as well as shown:

$config['Misc']['modcpdir'] = 'blablamodcp';

edit: ok, silly me :D you can close the thread, I have done everything correct, but I was trying to work on the browser which was on before the update, I ve opened a new browser and it works fine. Didnt sleep all night, that must be the reason :D

thanks for your help Kerry Anne ;)