I'm excited to try this module -- it looks like it has real potential for Drupal 7! I worked through my problems with the blank screen and the "cannot write to directory" message. Now, though, every time I click "Browse Server", I get a dialog box that says "Incorrect .htaccess file. Cannot rewrite it!"

Any ideas? I'm not even sure which .htaccess. I tried changing the RewriteRule section of .htaccess in drupal root from
RewriteRule ^ index.php [L]
to
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
but it doesn't help.

Thanks in advance.

Comments

lnemeth’s picture

Figured this out -- the KCFinder library itself has a config.php file with '_check4htaccess' => true, (around line 66). Set it to false and you're good to go.

danyalejandro’s picture

Status: Active » Fixed

Sorry about this problem, it's KCFinder related (the external library, not the module). Will document on this.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.