Advertisement
Guest User

Untitled

a guest
Jul 9th, 2020
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. ##################################################
  2.  
  3. #
  4.  
  5. # DO NOT EDIT THIS FILE DIRECTLY
  6.  
  7. #
  8.  
  9. # Create a new .htaccess file in your htdocs
  10.  
  11. # directory (or example.com/htdocs/ directory)
  12.  
  13. # to add your own rules or override these rules.
  14.  
  15. #
  16.  
  17. ##################################################
  18.  
  19.  
  20.  
  21.  
  22.  
  23. DirectoryIndex index.php index.html index.htm index2.html
  24.  
  25.  
  26.  
  27. ErrorDocument 400 https://infinityfree.net/errors/400/
  28.  
  29. ErrorDocument 401 https://infinityfree.net/errors/401/
  30.  
  31. ErrorDocument 403 https://infinityfree.net/errors/403/
  32.  
  33. ErrorDocument 404 https://infinityfree.net/errors/404/
  34.  
  35. ErrorDocument 500 https://infinityfree.net/errors/500/
  36.  
  37. ErrorDocument 503 https://infinityfree.net/errors/503/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement