diff options
author | Minteck <nekostarfan@gmail.com> | 2021-08-24 15:37:01 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-08-24 15:37:01 +0200 |
commit | e3298dbeaae79bb1d384fa8cd78a67be89819720 (patch) | |
tree | 871560e330f6c7225fb50ae86e3586776d81356a /.htaccess | |
download | kartik-net-e3298dbeaae79bb1d384fa8cd78a67be89819720.tar.gz kartik-net-e3298dbeaae79bb1d384fa8cd78a67be89819720.tar.bz2 kartik-net-e3298dbeaae79bb1d384fa8cd78a67be89819720.zip |
Initial commit
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..d07648c --- /dev/null +++ b/.htaccess @@ -0,0 +1,31 @@ +ErrorDocument 404 /error.php?c=404 +ErrorDocument 308 /error.php?c=308 +ErrorDocument 307 /error.php?c=307 +ErrorDocument 302 /error.php?c=302 +ErrorDocument 301 /error.php?c=301 +ErrorDocument 400 /error.php?c=400 +ErrorDocument 401 /error.php?c=401 +ErrorDocument 403 /error.php?c=403 +ErrorDocument 405 /error.php?c=405 +ErrorDocument 406 /error.php?c=406 +ErrorDocument 407 /error.php?c=407 +ErrorDocument 408 /error.php?c=408 +ErrorDocument 409 /error.php?c=409 +ErrorDocument 410 /error.php?c=410 +ErrorDocument 411 /error.php?c=411 +ErrorDocument 412 /error.php?c=412 +ErrorDocument 413 /error.php?c=413 +ErrorDocument 414 /error.php?c=414 +ErrorDocument 415 /error.php?c=415 +ErrorDocument 416 /error.php?c=416 +ErrorDocument 421 /error.php?c=421 +ErrorDocument 428 /error.php?c=428 +ErrorDocument 429 /error.php?c=429 +ErrorDocument 431 /error.php?c=431 +ErrorDocument 451 /error.php?c=451 +ErrorDocument 500 /error.php?c=500 +ErrorDocument 501 /error.php?c=501 +ErrorDocument 502 /error.php?c=502 +ErrorDocument 503 /error.php?c=503 +ErrorDocument 504 /error.php?c=504 +ErrorDocument 505 /error.php?c=505
\ No newline at end of file |