Removed trash, Added files for future shop redirect

Update .gitignore, strings.json, and .htaccess
This commit is contained in:
2023-11-08 01:07:37 +01:00
parent ebba159b43
commit faf5837650
3 changed files with 5 additions and 2 deletions

4
shop/.htaccess Normal file
View File

@@ -0,0 +1,4 @@
# Redirecting all requests to "???"
# Use 301 for production, and 307 for testing.
RewriteEngine On
RewriteRule ^ https://google.be/ [R=307,L]