View Single Post

  #4 (permalink)  
Old 03-19-2006
youcantoo
 
Posts: n/a
Default Re: Web address in my <textarea> causes permission error.

Simon wrote:
>> Simon wrote:
>>> I get a "You don't have permission to access settings.php on this
>>> server".

>> Did you check the error.log if anything related has been logged? Apache
>> doesn't touch/read the HTTP-body.
>>

>
> Nope, nothing gets logged apart from the actual permission error.
>
> should I create a page so you guys can see?
>
> Simon
>
>

Try looking at the permissions of the file "settings.php" that error is
telling you that you do not have permission to run that file. You might
set the permissions to 644 and than see if you get that error. Good luck