• WordPress is installed in the root folder (moksha.net)
    Where should the htaccess file be?
    What should the permissions be?

Viewing 1 replies (of 1 total)
  • 1. root folder
    2. 644 (ive never had a problem with that)

    is is also a VERY good idea to to add a little code to your .htaccess though to keep it from being browsable (even though it has readable permissions):


    ## No .htacccess reading

    <Files ~ "^.ht">
    Order allow,deny
    Deny from all
    Satisfy All
    </Files>

Viewing 1 replies (of 1 total)

The topic ‘misplaced or misguided .htaccess’ is closed to new replies.