Skip to content

Commit 3e506e3

Browse files
authored
Update .htaccess
1 parent d77a672 commit 3e506e3

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.htaccess

+2-7
Original file line numberDiff line numberDiff line change
@@ -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-
71
RewriteEngine on
8-
ErrorDocument 404 https://localhost/Berghem_Bike/404.php
2+
ErrorDocument 404 https://localhost/404.php
3+
ErrorDocument 400 https://localhost/400.php

0 commit comments

Comments
 (0)