We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d77a672 commit 3e506e3Copy full SHA for 3e506e3
.htaccess
@@ -1,8 +1,3 @@
1
-# Always set these headers.
2
-Header always set Access-Control-Allow-Origin "192.168.1.70"
3
-Header always set Access-Control-Allow-Methods "POST, GET, OPTIONS, DELETE, PUT"
4
-Header always set Access-Control-Max-Age "1000"
5
-Header always set Access-Control-Allow-Headers "x-requested-with, Content-Type, origin, authorization, accept, client-security-token"
6
-
7
RewriteEngine on
8
-ErrorDocument 404 https://localhost/Berghem_Bike/404.php
+ErrorDocument 404 https://localhost/404.php
+ErrorDocument 400 https://localhost/400.php
0 commit comments