Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2010
591
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. ########
  2.  
  3. # -FrontPage-
  4.  
  5. IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
  6.  
  7. <Limit GET POST>
  8. order deny,allow
  9. deny from all
  10. allow from all
  11. </Limit>
  12. <Limit PUT DELETE>
  13. order deny,allow
  14. deny from all
  15. </Limit>
  16. AuthName (//<strong>meu dominio</strong>//
  17. AuthUserFile /home/<strong>DOMINIO</strong>/public_html/_vti_pvt/service.pwd
  18. AuthGroupFile /home/<strong>DOMINIO</strong>/public_html/_vti_pvt/service.grp
  19.  
  20. # BEGIN WordPress
  21. <IfModule mod_rewrite.c>
  22. RewriteEngine On
  23. RewriteBase /
  24. RewriteRule ^index\.php$ - [L]
  25. RewriteCond %{REQUEST_FILENAME} !-f
  26. RewriteCond %{REQUEST_FILENAME} !-d
  27. RewriteRule . /index.php [L]
  28. </IfModule>
  29.  
  30. # END WordPress
  31.  
  32. ##########
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement