Forums

How to chmod the .htaccess file to 666? (to use permalinks) (4 posts)

  1. tomasi514
    Member
    Posted 10 months ago #

    My website is local for now, running on my computer (xampp), I am using dreamweaver to update pages, how can I chmod my .htaccess to 666?

    I have read this :
    http://codex.wordpress.org/Changing_File_Permissions

    but did not find the solution for my configuration... can I do this with dreamweaver?

  2. Saurus
    Member
    Posted 10 months ago #

    Most FTP programs allow you to CHMOD files or folders directly.

  3. Shane G
    Member
    Posted 10 months ago #

    Hi,

    You can change mod from command access too. Syntax is these:

    chmod 666 username:username file/foldername

    [signature moderated Please read the Forum Rules]

  4. UseShots
    Member
    Posted 10 months ago #

    What programs do you use?
    If you have SSH access the command is:
    chmod 666 .htaccess

    If you use FTP, the instructions will depend on your FTP client.
    For example, in FileZilla, you need to right click the file and choose "File Attributes.." and then mark all check boxes or enter "666" in the "Numeric value" edit box.

    ATTENTION: Make sure to revert file permissions back to 644 when your permalink structure is set up. 666 .htaccess file can be easily abused.

Reply

You must log in to post.

About this Topic