|
|
#1 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Dec 2007
8 posts
Gave thanks: 0
Thanked 0 times
|
Joomla
Hey everybody, when I transferred my Joomla site to Surpass, the chmod permissions got all screwed up.
I was hoping someone here could tell me what permissions on what files worked for their Joomla site? |
|
|
|
|
|
#2 (permalink) |
|
He shoots.. He scores!
Super #1
Joined in Feb 2007
Lives in A room with no windows.
Hosted on SH110
1,361 posts
Gave thanks: 40
Thanked 129 times
|
Because PHP runs as CGI, you need to set them to 755 at the highest. Any higher than that, and you will get '500' error pages.
__________________
SH110
|
|
|
|
|
|
#4 (permalink) |
|
Registered User
Seasoned Poster
Joined in Oct 2007
54 posts
Gave thanks: 3
Thanked 3 times
|
My site runs joomla and there all 755. I wouldn't worry about it, if your to the point where the difference between 755 and 666 matters, you got worse problems than your file permissions.
|
|
|
|
|
|
#6 (permalink) |
|
Registered User
Seasoned Poster
Joined in Oct 2007
54 posts
Gave thanks: 3
Thanked 3 times
|
Things like people running arbitrary code on your server, or scripts that don't validate file paths right, and let someone save an image as ../../../../.htaccess%00gay.jpg
|
|
|
|
|
|
#7 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Dec 2007
8 posts
Gave thanks: 0
Thanked 0 times
|
How would I deal with this, and how do I know for sure that I have that type of problem? Sorry if I'm too general in those questions, I just want to get these problems solved.
|
|
|
|
|
|
#8 (permalink) |
|
Registered User
Seasoned Poster
Joined in Oct 2007
54 posts
Gave thanks: 3
Thanked 3 times
|
It's hard to know for sure, since there are always security holes being found, not so much in Joomla but in a lot of the extensions for it.
If you have magic quotes turned on, it protects you against a lot, it automatically escapes quotes and null bytes, which is a pretty big chunk of all attacks. |
|
|
|