Title: Fast 404
Author: Ayesh Karunaratne
Published: <strong>2020년 5월 18일</strong>
Last modified: 2023년 7월 23일

---

플러그인 검색

![](https://ps.w.org/fast404/assets/banner-772x250.png?rev=2307352)

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://ps.w.org/fast404/assets/icon-256x256.png?rev=2307352)

# Fast 404

 작성자: [Ayesh Karunaratne](https://profiles.wordpress.org/ayeshrajans/)

[다운로드](https://downloads.wordpress.org/plugin/fast404.1.2.zip)

 * [세부사항](https://ko.wordpress.org/plugins/fast404/#description)
 * [평가](https://ko.wordpress.org/plugins/fast404/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/fast404/#installation)
 * [개발](https://ko.wordpress.org/plugins/fast404/#developers)

 [지원](https://wordpress.org/support/plugin/fast404/)

## 설명

Fast 404 is a low foot-print plugin that quickly inspects an incoming HTTP request,
and terminates the request as soon as possible if the request is for a non-existing
resource. If the browser is expecting an HTML page (indicated by the `Accept` HTTP
header), this plugin will not intercept it. For all other requests, this plugin 
will terminate it immediately, saving server resources and bandwidth.

When a user browser requests a resource (such as a `jpg` image, or a `.woff2` font
file), the web server sends this resource if it is available in the requested location.
If the file does not exist, the request is forwarded to WordPress to handle. Unless
you are using a plugin that dynamically generates these files, these file-not-found
requests trigger a full WordPress Page-Not-Found error page. This plugin inspects
such incoming requests, and if the browser indicates that it is looking for a resource
other than an HTML page, this plugin terminates the request as soon as possible 
to prevent WordPress from serving this request which would be a waste of resources
and bandwidth. This plugin carefully makes sure that the short-circuited 404 pages(
which just shows “Not Found” on a blank page) is only returned to browser asset 
requests, and not for end users who expect an HTML page.

By default, all HTTP requests to `js|css|jpg|jpeg|gif|png|webp|ico|exe|bin|dmg|woff
|woff2` extensions will be fast 404’d. You can configure the extensions and even
configure an exclusion pattern to prevent this plugin from intercepting certain 
requests.

This plugin is the WordPress port of [PHPWatch/Fast404](https://github.com/PHPWatch/Fast404)
package.

## 설치

 1. Upload the plugin files to the `/wp-content/plugins/` directory, or install the
    plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. You are all set!

## FAQ

### How to configure the error message?

This plugin ensures that the error message is not shown to end users who request
URLs from the browser address bar. It is configured as “Not Found” by default.

However, you can override this message by adding a PHP constant to your `wp-config.
php` file. Anywhere in this file, put this:

    ```
    define('FAST404_ERROR_MESSAGE', 'My new error message');
    ```

### How to configure file types?

By default, `js|css|jpg|jpeg|gif|png|webp|ico|exe|bin|dmg|woff|woff2` extensions
are terminated early.

You need to define a PHP constant in `wp-config.php` file to override this. The 
value of the constant MUST be a valid regular expression matched against the request
URI.

    ```
    define('FAST404_REGEX', '/\.(?:js|css|jpg|jpeg|gif|png|webp|ico|exe|bin|dmg|woff|woff2)$/i')
    ```

### How can I log requests?

You cannot. The whole point of this plugin is to save server resources when the 
request cannot be served. It takes the first opportunity to terminate the request,
and it might be early in the page request-cycle that any of the logging functionality
is even available yet.

### What screams “I’m insecure”?

“http://”

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Fast 404”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

 *   [ Ayesh Karunaratne ](https://profiles.wordpress.org/ayeshrajans/)

[자국어로 “Fast 404”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/fast404)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/fast404/)는, [SVN 저장소](https://plugins.svn.wordpress.org/fast404/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/fast404/)을 
[RSS](https://plugins.trac.wordpress.org/log/fast404/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.0

 * Initial release.

#### 1.0.1

 * Updates the WordPress core version this plugin was tested against.
 * Minor text improvements.

#### 1.2

 * Same version as 1.0.1, but with a consistent version number bump.

## 기초

 *  버전 **1.2**
 *  최근 업데이트: **3년 전**
 *  활성화된 설치 **50+**
 *  워드프레스 버전 ** 3.9.2 또는 그 이상 **
 *  다음까지 시험됨: **6.3.8**
 *  PHP 버전 ** 7.1 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/fast404/)
 * 태그:
 * [404](https://ko.wordpress.org/plugins/tags/404/)[page not found](https://ko.wordpress.org/plugins/tags/page-not-found/)
   [performance](https://ko.wordpress.org/plugins/tags/performance/)
 *  [고급 보기](https://ko.wordpress.org/plugins/fast404/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/fast404/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/fast404/reviews/)

## 기여자

 *   [ Ayesh Karunaratne ](https://profiles.wordpress.org/ayeshrajans/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/fast404/)