By nirenj on
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
=-=
.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 : )
Mine is Windows Server
Thanks. So how about Permissions for Windows Server.?
=-=
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 : )