Hello: On 12/25/10, The Evil IP address <[email protected]> wrote: > Forbidden > You don't have permission to access /wiki/config/index.php > on this server.
Are all the files in wiki/ owned by the proper user and group? You might want to try: chown www-data:www-data -R wiki/ or chown apache:apache -R wiki/ depending on your configuration. chmod 777 -R wiki/ might fix your problem, although it's not really ideal (*don't* use it if you're on a system with multiple users). Cheers, Tom. -- Thomas Larsen http://basicprogramming.org _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
