5 lines
143 B
ApacheConf
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]
|