Recent Topics

1 Jul 27, 2019 22:10    

Hello,

Although two installation - located at two different hosters' - are at version 6.11.2 they differ in folder permissions. One installation was origianlly installed years before the second and updated by auto update - so I presume the folder permissions have not been updated.
E.g. the skin folders have 0750 permission in the newer installation while the older skin folder shows 0755.
Many permission differ in 0750 an 0755.

So I want to ask whether there is a batch to set all folder and file permissions to actual permissions
or a list, to do it manually

Thanks and Regards, Will

3 Jul 28, 2019 15:00

@amoun thx, but permissions for skins are not listed …

4 Jul 29, 2019 20:41

As the style css in my skin folder <base href="/skins/elf_zen/" /> is called before any php it is a public 'read' so If my /skins/ folder is 750 I will not get the css, so it is 755.

I imagine I could change that and then use 750.

So depending upon how the skin is used and it's files are called then 750 or 755, but of course if any file in user's skin needs a 755 then the whole skins folder will need to be 755. So 755 is generally the default.

<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="utf-8" />
	<base href="/skins/elf_zen/" />
	
<link rel="stylesheet" type="text/css" href="/plugins/mySpansnDivs_plugin/mySpansnDivs.css" />
<style media="screen">

Further :: as I use html code in my posts to access images my media folder has to be 755


Form is loading...