apache - Permission access to php page -
i have website on 1 host(host a) , website include iframe
(on host b).
from iframe
go 1 of pages host a, error
you don't have permission access /pages/online.php on server. additionally, 404 not found error encountered while trying use errordocument handle request.
how can fix that? worked when using server.
apache error logs:
[fri jul 01 03:24:37 2011] [error] [client some-ip-here] file not exist: /home/etcorg/public_html/proba/500.shtml, referer: proba.etc.org.rs/pages [fri jul 01 03:24:37 2011] [error] [client x.x.x.x] softexception in application.cpp:256: file "/home/etcorg/public_html/proba/pages/online.php" writeable group, referer: somepage.com
i think host has program checks permissions aren't set high (over 644). error. change rights 644 files , 755 directories.
Comments
Post a Comment