Sign in
or
Join FriendFeed
FriendFeed
is the easiest way to share online.
Learn more »
Join FriendFeed
Jonathan Finnegan
Set correct file and folder permissions for Magento (or any other site for that matter) | Mactimize -
http://mactimize.com/magento...
October 27
from
delicious
-
Comment
-
Like
-
Share
<?php 2.$output = shell_exec('find . -type f -exec chmod 644 {} \;'); 3.echo "<pre>$output</pre>"; 4.?> -
Jonathan Finnegan