Hi,

I am using apache on windows server. I have followed the instruction from http://drupal.org/node/1071944 but unfortunately the file is still accessible to the unauthenticated users. I see that .htaccess file did get created in the files/private folder.

Thanks for your help,
Perry.

Comments

prabhatjn’s picture

My .htaccess file look like this:

<ifmodule c="">
RewriteEngine on 
RewriteBase /middleeast/system/files/private
RewriteRule ^(.*)$ $1 [L,R=301] 
</ifmodule>

P.

johnhanley’s picture

Category: bug » feature
Priority: Major » Normal
Status: Active » Closed (won't fix)

This module was originally created for Apache so the lack of support for Windows/IIS is not considered a bug.

You're welcome to submit a patch, otherwise switch to Apache. :-)

prabhatjn’s picture

Status: Closed (won't fix) » Active

Hi,

But I am using Apache (though on Windows), is that still not possible?

Thanks,
Perry.

johnhanley’s picture

Category: feature » support

I haven't used Apache for Windows. Perhaps someone who has can jump in and help you. This is bound to be a common question and I suspect resource information is readily available. GIYF

tiki16’s picture

Hi just checking to see if there has been any changes for this plugin on a drupals site running php on an IIS server?
thanks

johnhanley’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Closing due to Drupal 6 end-of-life cycle.