Where should I place my .htaccess file for Drupal V.5.7 ???

Sometime system gives an error like:
warning: chmod() [function.chmod]: No such file or directory in F:\web\smespace\includes\file.inc on line 119.

And at Line 119 is : chmod($directory .'/.htaccess', 0664);

So what should I do.

Thanks.

Comments

vm’s picture

.htaccess goes in your drupal root, where index.php lives
insure your .htaccess has the proper permissions (CHMOD) on your server.

mine is 644

_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )

nirenj’s picture

Thanks. So how about Permissions for Windows Server.?

vm’s picture

I can't answer that. I only use Linux

_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )