error 404
This commit is contained in:
6
public/_errors/.htaccess
Normal file
6
public/_errors/.htaccess
Normal file
@@ -0,0 +1,6 @@
|
||||
RewriteEngine On
|
||||
|
||||
# nur PHP in _errors vor direktem Aufruf schützen
|
||||
RewriteCond %{THE_REQUEST} \s/+_errors/ [NC]
|
||||
RewriteCond %{REQUEST_URI} \.php$ [NC]
|
||||
RewriteRule ^ - [R=404,L]
|
||||
Reference in New Issue
Block a user