Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter thorm

    (@thorm)

    In my website log error I see

    [Fri Aug 28 17:15:55 2015] [alert] [client **myip:port***] – ***mydomain*** – /web/htdocs/**mysite***/wp-content/plugins/s2member/.htaccess: Option Indexes not allowed here, referer **mysite**/wp-admin/admin.php?page=ws-plugin–s2member-res-ops

    I’ve deleted .htaccess in /wp-content/plugins/s2member/ and now it works

    ….why?

    .htaccess contenute was

    Options -Indexes
    <IfModule dir_module>
    	DirectoryIndex disabled
    	DirectoryIndex index.php
    </IfModule>

    To first question: you may have CSS set somewhere, which hides this info.

    To second question: the first row of your .htaccess file locks indexes. Means, the WEB server will not show the exactly files in this directory. Unlocking this, you do a deauty gift to crackers, sniffing around your site.

    Thread Starter thorm

    (@thorm)

    Ok, but your answer doesn’t explain why custom menu is hidden if i use original .htaccess

    Sorry, you didn’t ask that. For 35+ years with computers I learn how to read minds over Internet, but the magic works only with a computer’s minds… 🙂

    Well, a joke. The info you explain is not enough to understand why the menu hiddes. Means, there is something hidden, you must dig around…

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

The topic ‘Custom Registration/Profile Fields’ is closed to new replies.