<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.phpgedview.net/en/index.php?action=history&amp;feed=atom&amp;title=Talk%3ASetting_File_Permissions</id>
	<title>Talk:Setting File Permissions - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.phpgedview.net/en/index.php?action=history&amp;feed=atom&amp;title=Talk%3ASetting_File_Permissions"/>
	<link rel="alternate" type="text/html" href="https://wiki.phpgedview.net/en/index.php?title=Talk:Setting_File_Permissions&amp;action=history"/>
	<updated>2026-05-10T04:52:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.phpgedview.net/en/index.php?title=Talk:Setting_File_Permissions&amp;diff=12047&amp;oldid=prev</id>
		<title>2morpheus: Created page with 'Sorry about my poor english,  maybee the permisions are to strong, for my installation (confixx) it only works with  771 and not 711  664 and not 644 .  I use this script (confix…'</title>
		<link rel="alternate" type="text/html" href="https://wiki.phpgedview.net/en/index.php?title=Talk:Setting_File_Permissions&amp;diff=12047&amp;oldid=prev"/>
		<updated>2010-02-21T15:27:27Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;Sorry about my poor english,  maybee the permisions are to strong, for my installation (confixx) it only works with  771 and not 711  664 and not 644 .  I use this script (confix…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Sorry about my poor english,&lt;br /&gt;
&lt;br /&gt;
maybee the permisions are to strong,&lt;br /&gt;
for my installation (confixx) it only works with&lt;br /&gt;
&lt;br /&gt;
771 and not 711&lt;br /&gt;
&lt;br /&gt;
664 and not 644 .&lt;br /&gt;
&lt;br /&gt;
I use this script (confixx with user web5)&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 #&lt;br /&gt;
 chown -R web5.www-data ./phpgedview&lt;br /&gt;
 #&lt;br /&gt;
 chmod -R 664 ./phpgedview&lt;br /&gt;
 #&lt;br /&gt;
 find ./phpgedview -type d -exec chmod 771 {} \;&lt;br /&gt;
 #&lt;br /&gt;
 chmod 444 ./phpgedview/config.php&lt;br /&gt;
 #&lt;br /&gt;
 chmod -R 777 ./phpgedview/index&lt;br /&gt;
 find ./phpgedview/index -type f -exec chmod 666 {} \;&lt;br /&gt;
 #&lt;br /&gt;
 chmod -R 777 ./phpgedview/media&lt;br /&gt;
 find ./phpgedview/media -type f -exec chmod 666 {} \;&lt;br /&gt;
 #&lt;br /&gt;
 chmod -R 777 ./phpgedview/modules&lt;br /&gt;
 find ./phpgedview/modules -type f -exec chmod 666 {} \;&lt;br /&gt;
 #&lt;/div&gt;</summary>
		<author><name>2morpheus</name></author>
		
	</entry>
</feed>