I have just installed wordpress at school on a virtual machine, windows server 2008 with IIS 7, Mysql 5 and PHP 5 with fastCGI
Everything went smooth, and I could log in to the admin panel.
The most important feature for me is to authenticate users from the active directory using LDAP. So I downloaded LDAP plugin for wordpress, activated it (had problems at the begining because the php_ldap module was not selected in php.ini) and it worked.
After that I chose Simple LDAP login from settings so I could configure it.
Now the problem I am facing is whenever I click update options , it gived me error:
404 - File or directory not found.
The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.
The path where it points to in my case is
http://wordpress/wp-admin/options-general.php&updated=true
It looks like the part &updated=true is not recognised as a command , but part of the path, that is why it gives error 404.
It is probably sth simple, but I cant find what is it
Any help greatly appreciated