Quote:
Originally Posted by gpl24
That was it, now I can add files.
I cannot seem to get a .htaccess to work though. They work in all of the other domains, but not htdocs.
|
Did you create the file via ssh? Run the following to be sure ownership/permissions look alright:
// This will give you a quick glance of the file. Paste it here.
ls -la | grep .htaccess
// Let's reset the permission on the .htaccess file
chmod 644 .htaccess
If changing permission on the file does not work, paste your httpd.conf here, along with the output of the above command. It's likely an ownership issue in that case....