Roundcube Community Forum

Release Support => Pending Issues => Topic started by: LonelyPixel on October 10, 2011, 05:22:30 PM

Title: Is the Options directive in the root .htaccess file important?
Post by: LonelyPixel on October 10, 2011, 05:22:30 PM
I have disallowed the Options directive on my web server for security reasons. (Most of it would be fine but the Options directive also allows values that would be unsafe, so the only solution is to disable it altogether.)

The new release 0.6 contains an Options directive in the root .htaccess file, with the value "NoIndex". I had to comment out that line to make it work. Is this line important? Are all directories also protected by local index.html files? Or will I have to add them now everywhere?
Title: Is the Options directive in the root .htaccess file important?
Post by: JohnDoh on October 11, 2011, 02:23:07 AM
QuoteAre all directories also protected by local index.html files?

You just have to look in the directories to see they are not.....

QuoteOr will I have to add them now everywhere?

You could just put the directive in your apache vhost config file rather than .htaccess, then you don't have to make any new files.