<?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=Security_of_Config.php</id>
	<title>Security of Config.php - 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=Security_of_Config.php"/>
	<link rel="alternate" type="text/html" href="https://wiki.phpgedview.net/en/index.php?title=Security_of_Config.php&amp;action=history"/>
	<updated>2026-04-29T21:22:23Z</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=Security_of_Config.php&amp;diff=10793&amp;oldid=prev</id>
		<title>MarekZ at 22:51, 13 April 2008</title>
		<link rel="alternate" type="text/html" href="https://wiki.phpgedview.net/en/index.php?title=Security_of_Config.php&amp;diff=10793&amp;oldid=prev"/>
		<updated>2008-04-13T22:51:34Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;phpGedView requires you as the system administrator to control the file access permissions for config.php.&lt;br /&gt;
&lt;br /&gt;
==Make config.php writeable==&lt;br /&gt;
&lt;br /&gt;
To configure phpGedview via the web interface, you must make config.php writeable.&lt;br /&gt;
&lt;br /&gt;
===Unix===&lt;br /&gt;
In Unix style environments, do this by setting file permissions for config.php to 777.  One way to do this is to open a terminal, change to the phpGedView directory, and issue the following command.&lt;br /&gt;
&lt;br /&gt;
 chmod 777 config.php&lt;br /&gt;
&lt;br /&gt;
==Secure config.php after configuration==&lt;br /&gt;
For security, after configuration, you should remove write permissions from config.php.  As long as write permissions remain on config.php, the phpGedView administration panel will present a warning.&lt;br /&gt;
&lt;br /&gt;
===Unix===&lt;br /&gt;
&lt;br /&gt;
 chmod 555 config.php&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* '''[[Setting File Permissions]]''' &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Category links...DO NOT DELETE --&amp;gt;&lt;br /&gt;
[[Category:Administrators Guide]]&lt;br /&gt;
[[Category:phpGedView]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Language links...DO NOT DELETE --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[fr:Sécurité de config.php]]&lt;/div&gt;</summary>
		<author><name>MarekZ</name></author>
		
	</entry>
</feed>