Your HostICan Community  


Go Back   Your HostICan Community > Programming & Design > Programming / Design Jobs

Programming / Design Jobs Are you hunting for a programmer or need some programming help? Post here, and someone will get in touch with you. And, if you're looking for a programming gig, please make that request here too!

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10-05-2009, 04:32 PM
FullMoon FullMoon is offline
Junior Member
 
Join Date: Apr 2009
Posts: 3
Default change the permissions in CMS-Joomla hosting

I installed on the local computer CMS-Joomla to build my website more easily. Now it is time to upload my website to the hosting server, but I have a problem with the permissions of the files and directories because I set them previously at 777. My question is there a way to change the permissions for all directories at 755 and files at 644?
Reply With Quote
  #2  
Old 10-05-2009, 05:05 PM
Liona's Avatar
Liona Liona is offline
Member
 
Join Date: Jan 2009
Location: Buenos Aires
Posts: 78
Default Re: change the permissions in CMS-Joomla hosting

From the console go to Joomla root folder and use these command lines:
Code:
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
Reply With Quote
Reply

Tags
change, cmsjoomla, hosting, permissions

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 01:10 AM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.

Copyright © 2003 - 2008 HostICan. All Rights Reserved.