Go Back   Profit Blogging Forum > Community Forum > Installing and Using WordPress

Installing and Using WordPress Post all questions on installing, upgrading, moving, importing and deleting Wordpress here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 27-09-06
WordpressConsultant's Avatar
WordpressConsultant WordpressConsultant is offline
Administrator
 
Join Date: Aug 2006
Location: Subang Jaya
Posts: 3,136
Default How to change your .htacess setting to 766?

There are few ways to change your .HTACESS file setting to 766. For the following example, I am using SmartFTP and Filezilla for your reference.

Using SmartFTP
Step 1: Login to you blog using FTP program.
Once you login in successfully, you will see the directory listing.

Setp 2: Look for public_html folder or /www/ shortcut and double click on it.

Step 3: Look for .htacess file,
hightlight it and right click on your mouse and select Properties / CHMOD.




Step 4: You will see the small menu pop up and change the number to 766 and press OK.





Using FileZilla
Step 1: Login to you blog using Filezilla program
Once you login in successfully, you will see the directory listing

Setp 2: Look for public_html folder or /www/ shortcut and double click on it.

Step 3: Look for .htacess file, hightlight it and right click on your mouse and select file attributes.




Step 4: You will see the small menu pop up and change the number to 766 and press OK.



That's all, you have changed the setting in .htacsess file and you can repeat the same steps for change any folders and files setting.

P/S: Assume you knew how to access to your host account from FTP program.
__________________
Regards,

Steven Wong
Wordpress Consultant
| Blog | Internet Online | AllNicheVideo |

Wanna to get link to 2 PR4/PR3 high traffic sites? Go here to find out how!

Last edited by WordpressConsultant : 27-09-06 at 02:37 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 27-09-06
ProfitBlogger's Avatar
ProfitBlogger ProfitBlogger is offline
Administrator
 
Join Date: Aug 2006
Posts: 713
Default

Thank you Steven, this is great information. I appreciate your efforts
__________________
Gobala Krishnan
ProfitBlogger
=================================
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 27-09-06
WordpressConsultant's Avatar
WordpressConsultant WordpressConsultant is offline
Administrator
 
Join Date: Aug 2006
Location: Subang Jaya
Posts: 3,136
Default

Quote:
Originally Posted by TheWordpressGuy View Post
Thank you Steven, this is great information. I appreciate your efforts

You are welcome.

I saw this little basic problem become annoying to many users, so I decided to create a post for this with some pictures explain the how-to.
__________________
Regards,

Steven Wong
Wordpress Consultant
| Blog | Internet Online | AllNicheVideo |

Wanna to get link to 2 PR4/PR3 high traffic sites? Go here to find out how!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-10-06
jeffrey's Avatar
jeffrey jeffrey is offline
Fresh Meat
 
Join Date: Oct 2006
Posts: 5
Default

Hi Gobala, Steven

Jeffrey here, just bought Easy Wordpress and finish reading it, installing my plugins and facing the same problem like most forumers here as I noticed.

Just as May highlighted, what should be the permission setting for .htaccess ?

Page 38 indicate "666"
Page 4 in "7 days plan" indicate "777"
Now in the above post by Steven indicate "766"

It's confusing...my understanding...it should be "666", kindly clarify. Thanks.
__________________
Learn AdWords here : www.AdWordsEmpireSystem.com

Last edited by jeffrey : 05-10-06 at 08:28 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 06-10-06
WordpressConsultant's Avatar
WordpressConsultant WordpressConsultant is offline
Administrator
 
Join Date: Aug 2006
Location: Subang Jaya
Posts: 3,136
Default

Quote:
Originally Posted by jeffrey View Post
Hi Gobala, Steven

Jeffrey here, just bought Easy Wordpress and finish reading it, installing my plugins and facing the same problem like most forumers here as I noticed.

Just as May highlighted, what should be the permission setting for .htaccess ?

Page 38 indicate "666"
Page 4 in "7 days plan" indicate "777"
Now in the above post by Steven indicate "766"

It's confusing...my understanding...it should be "666", kindly clarify. Thanks.


Hi Jeffrey,

I am glad you have bought the ebook and registered here.

Okay to answer your question, let's look at the image below for the permissions for 3 different access level in the server:



As you can see, I set:
the user at 7 which is read, write & execute.
the group at 6 which is read, write.
the others at 6 which is read, write.

666 setting is not enough for the user to execute the file automatically. You need 766 (for certain file that need re-write automatically when the server perform the cron or posting jobs).

You can set all the access level to 777. That's not problem however, some hosts might not allow you to do that, hence, will drop your setting back to 666 or lower. This will eventually affect the blog running well.

The reason why some hosts not allow is they worry any hackers (if you put 777 settings) can break in your file and do something on it.. and eventually will take up the server resources very much.

From my experience, 766 is sufficient. Unless you put 766 and yet your blog has runtime error, then you set to 776 or 777.

I hope this can help you understand the mechanism.
__________________
Regards,

Steven Wong
Wordpress Consultant
| Blog | Internet Online | AllNicheVideo |

Wanna to get link to 2 PR4/PR3 high traffic sites? Go here to find out how!

Last edited by WordpressConsultant : 06-10-06 at 01:41 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 08-10-06
ProfitBlogger's Avatar
ProfitBlogger ProfitBlogger is offline
Administrator
 
Join Date: Aug 2006
Posts: 713
Default CHMOD 777 or CHMOD 666?

In general, you would want to set the .htaccess files to 666. If you set them to 777 you're allowing outside users or applications to access AND change the file. 766 setting should work ok, similar to 666, as long as "Group" and "Others" cannot execute the file.

I'll standardize this in the Wordpress Adsense System soon. BTW, I'm thinking of making the next version video-based instead.

If that does happen, make sure you're getting all my emails regularly, as all exisitng customers will be able to get the new version for free.
__________________
Gobala Krishnan
ProfitBlogger
=================================
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 13-10-06
vpalm vpalm is offline
Fresh Meat
 
Join Date: Oct 2006
Posts: 2
Default

I'm still having a lot of trouble finding the .htaccess file with smartftp. Looking at the directions I can't see the right directory so I can locate the public_html or www folder where the file is found. Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 13-10-06
WordpressConsultant's Avatar
WordpressConsultant WordpressConsultant is offline
Administrator
 
Join Date: Aug 2006
Location: Subang Jaya
Posts: 3,136
Default

Quote:
Originally Posted by vpalm View Post
I'm still having a lot of trouble finding the .htaccess file with smartftp. Looking at the directions I can't see the right directory so I can locate the public_html or www folder where the file is found. Thanks

Hi vpalm, I have put up the visual tutorials, please refer to this post!

Also, I have a sticky list about all the common asked questions about wordpress how-to & troubleshooting. You can see what is the most frequent asked question here.
__________________
Regards,

Steven Wong
Wordpress Consultant
| Blog | Internet Online | AllNicheVideo |

Wanna to get link to 2 PR4/PR3 high traffic sites? Go here to find out how!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 13-10-06
vpalm vpalm is offline
Fresh Meat
 
Join Date: Oct 2006
Posts: 2
Default

I've seen the tutorial but i still can't find the file with smartftp. Until i do this i wont be able to use the plugin editor is that right? Can you go over how to use the software in detail please . Thanks

Last edited by vpalm : 13-10-06 at 10:02 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 16-10-06
dlats dlats is offline
Fresh Meat
 
Join Date: Oct 2006
Posts: 1
Default No .htaccess file

The latest version of wordpress doesn't have any .htaccess files. Trying to change permalinks to a custom setting yields the error message, ".htaccess is not writable." Now I can't see any of the prior posts....

Tried adding an .htaccess with the suggested mod_rewrite code. there's no difference.. same error and no visible posts.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +9. The time now is 04:16 AM.


LinkBacks Enabled by vBSEO 3.0.0 RC4

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28