Files
Web-NibblePoker/shop/.htaccess
Herwin faf5837650 Removed trash, Added files for future shop redirect
Update .gitignore, strings.json, and .htaccess
2023-11-08 01:07:37 +01:00

5 lines
143 B
ApacheConf

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