Explicitly create 404 page
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule .* / [R=302,END]
|
||||
RewriteRule (.*) /404.html?url=$1 [R=302,END]
|
||||
|
||||
Reference in New Issue
Block a user