• When editing the .htaccess file am I supposed to remove the following or paste generated code below

    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
    
    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>
    AuthName blitzdentalmarketing.com
    AuthUserFile /home/blitzden/public_html/_vti_pvt/service.pwd
    AuthGroupFile /home/blitzden/public_html/_vti_pvt/service.grp

    [Please post code snippets between backticks or use the code button.]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘replacing other WordPress rules in .htaccess’ is closed to new replies.