<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://techwiki.co.uk/index.php?action=history&amp;feed=atom&amp;title=Magento_2_Permissions</id>
	<title>Magento 2 Permissions - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://techwiki.co.uk/index.php?action=history&amp;feed=atom&amp;title=Magento_2_Permissions"/>
	<link rel="alternate" type="text/html" href="http://techwiki.co.uk/index.php?title=Magento_2_Permissions&amp;action=history"/>
	<updated>2026-04-07T16:29:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>http://techwiki.co.uk/index.php?title=Magento_2_Permissions&amp;diff=95&amp;oldid=prev</id>
		<title>Adam.birds: Created page with &quot;'''Once you have setup the document root, and extracted the Magento Files, please run the following to set the correct permissions:'''  '''Ensure these commands are ran from w...&quot;</title>
		<link rel="alternate" type="text/html" href="http://techwiki.co.uk/index.php?title=Magento_2_Permissions&amp;diff=95&amp;oldid=prev"/>
		<updated>2016-04-28T10:46:30Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Once you have setup the document root, and extracted the Magento Files, please run the following to set the correct permissions:&amp;#039;&amp;#039;&amp;#039;  &amp;#039;&amp;#039;&amp;#039;Ensure these commands are ran from w...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Once you have setup the document root, and extracted the Magento Files, please run the following to set the correct permissions:'''&lt;br /&gt;
&lt;br /&gt;
'''Ensure these commands are ran from within the htdocs directory:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
find . -type f -exec chmod 644 {} ';'&lt;br /&gt;
find . -type d -exec chmod 755 {} ';'&lt;br /&gt;
find ./var -type d -exec chmod 777 {} ';'&lt;br /&gt;
find ./pub/media -type d -exec chmod 777 {} ';'&lt;br /&gt;
find ./pub/static -type d -exec chmod 777 {} ';'&lt;br /&gt;
chmod 777 ./app/etc&lt;br /&gt;
chmod 644 ./app/etc/*.xml&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Magento]]&lt;br /&gt;
[[Category:Linux]]&lt;br /&gt;
[[Category:Contents]]&lt;/div&gt;</summary>
		<author><name>Adam.birds</name></author>
		
	</entry>
</feed>