Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. # turn off directory indexing
  2. Options -Indexes
  3.  
  4. # prevent search engines from indexing
  5. <FilesMatch ".pac$">
  6. Header set X-Robots-Tag "noindex, noarchive, nosnippet"
  7. </FilesMatch>
  8.  
  9. # serve the correct MIME type
  10. AddType application/x-ns-proxy-autoconfig .pac
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement