• Hello,

    i ran into problem with my 3.3.2 wordpress installation. I use Ajax Event Calendar plugin which has problem with displaying events if i use .htpasswd (Apache/HTTP authentication) for administration restriction (wp-admin folder). Empty calendar is displayed and it asks for user/password.

    If i disable .htpasswd , calendar works. Why is it neccessary to have access to wp-admin folder? Or do i have change option in my .htaccess to enable this plugin?

    Almer

    http://wordpress.org/extend/plugins/ajax-event-calendar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have the same issue. Can’t understand why this plugin needs access to /wp-admin

    Kailas

    Just found this and it worked.

    # This is the whitelisting of the ajax handler

    <Files admin-ajax.php>
    Order allow,deny
    Allow from all
    Satisfy any
    </Files>

    Also – looked at the XHR in Firebug, and it’s hitting admin-ajax.php. Looks up the categories in the calendar. Returns some JSON. with the categories and the events.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Ajax Event Calendar] .htpasswd problem’ is closed to new replies.