I put http-authentication.php in my wp-content/plugins directory, however when I log in as admin and go to the plug-ins page, it is not listed there. Is there anything else I need to do to get Wordpress to recognize it?
Tom
I put http-authentication.php in my wp-content/plugins directory, however when I log in as admin and go to the plug-ins page, it is not listed there. Is there anything else I need to do to get Wordpress to recognize it?
Tom
Is it a real plugin for Wordpress? Just putting a file in the plugins directory doesn't do anything. Having the right header does.
Can you look inside the file and see if it has a header like the one below??
/*
Plugin Name: Hello Dolly
Plugin URI: http://wordpress.org/#
Description: This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from <cite>Hello, Dolly</cite> in the upper right of your admin screen on every page.
Author: Matt Mullenweg
Version: 1.5
Author URI: http://photomatt.net/
*/
Regards
This topic has been closed to new replies.