ラボ > サーバ:.htaccess

.htaccessで任意のページを404にする

作成日:2018-08-01, 更新日:2018-08-01

基本

▼「http://example.com/aaa/」を404にする

RewriteEngine On
RewriteRule ^aaa/$ - [R=404,L]