Closed (fixed)
Project:
KCFinder integration
Version:
7.x-1.82
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Jul 2011 at 05:13 UTC
Updated:
5 Sep 2011 at 22:52 UTC
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
Comment #1
lnemeth commentedFigured 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.
Comment #2
danyalejandro commentedSorry about this problem, it's KCFinder related (the external library, not the module). Will document on this.