<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Magento Themes &#38; Templates &#187; script</title>
	<atom:link href="http://www.osetemplates.com/tag/script/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.osetemplates.com</link>
	<description>Magento Themes &#38; Magento Template Developers!</description>
	<lastBuildDate>Thu, 02 Feb 2012 17:40:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Setup Magento Permissions Script</title>
		<link>http://www.osetemplates.com/11/setup-magento-permissions-script/</link>
		<comments>http://www.osetemplates.com/11/setup-magento-permissions-script/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 04:11:30 +0000</pubDate>
		<dc:creator>Martijn</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://www.osetemplates.com/?p=135</guid>
		<description><![CDATA[Magento permissions can be an absolute pain! Use one of the solutions below to setup Magento permissions easily. 1. SSH Script #!/bin/bash find www -name .htaccess -exec chmod 604 {} ; find www -name *.php -exec chmod 644 {} ; find www -type d -exec chmod 705 {} ; 2. SSH Command Line find ./ [...]]]></description>
			<content:encoded><![CDATA[<p>Magento permissions can be an absolute pain! Use one of the solutions below to setup Magento permissions easily.</p>
<h2>1. SSH Script</h2>
<p>#!/bin/bash<br />
find www -name .htaccess -exec chmod 604 {} ;<br />
find www -name *.php -exec chmod 644 {} ;<br />
find www -type d -exec chmod 705 {} ;</p>
<h2>2. SSH Command Line</h2>
<p>find ./ -type d -exec chmod 755 {} \; &amp;&amp; find ./ -type f -exec chmod 644 {} \;</p>
<h2>3. PHP Permissions Script</h2>
<p>&lt;?php<br />
system(&#8216;chmod -R 744 *&#8217;);<br />
system(&#8216;find . -type d -exec chmod 755 {} \;&#8217;);<br />
?&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.osetemplates.com/11/setup-magento-permissions-script/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

