• Hello,
    I ,like many, use an Options- directive in my .htaccess file to prevent directory snooping. This works fine will all plugins but did present an error with this one. I was able to fix it very simply though and just wanted to share:

    Error on server:
    [Fri Dec 04 16:14:16 2015] [error] [client 83.141.69.6] Directory index forbidden by Options directive: /home/****/*****/****wp-content/plugins/yith-woocommerce-zoom-magnifier/assets/css/, referer: https://referer.com

    This also gives an error on WordFence with 404’s because it thinks it referring people to the CSS files.

    I fixed this super simply and hopefully you can bundle this into future releases: add in a blank index.php file to the /assets/css/ folder and issue is resolved.
    Thanks

    https://wordpress.org/plugins/yith-woocommerce-zoom-magnifier/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi cfay, thanks for your feedback.

    Best regards

    I see this error too, and it’s driving me insane, but for some reason I can’t find a solution. It happens on page loads by Internet Explorer, but not Firefox. I can confirm the solution of adding an index.php file works, but it feels dirty!

    I see this error too.
    This part of code in yith_magnifier.css is may be wrong:
    /* ie fix */
    .ie .yith_magnifier_mousetrap {
    background-image: url(“.”);
    }

    Plugin Author YITHEMES

    (@yithemes)

    Hi all,
    do you confirm that this happen only within WordFence ?

    Best regards
    Yithemes team

    Thread Starter cfay

    (@cfay)

    Hi, no I actually noticed this in my CPanel Errors Logs first more prominently but it does show up in Wordfence as well less often. I just manually add in my fix each time an update is released now, its not ideal in the slightest to have to do that but better then getting the constant errors I guess.

    No WordFence

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Directory Index forbidden Errors’ is closed to new replies.