I have an .htacccess file in my forwarder directory with all the forwarding commands for URL forwarding and redirection:
$ less apps/forwarder/.htaccess:
…
RewriteCond %{HTTP_HOST} ^files\.restonwriters\.org$
# Updated: 2022-03-04 15:13
RewriteRule ^(.*)$ https://drive.google.com/drive/folders/158uGXwtrGJyJoH47q1T0oIVINEApQcu5$1 [R=302,N,NE]
…
Note: that google drive address requires login authentication.
However, when folks try to visit https://files.restonwriters.org/ , I get:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [no address given] to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Apache Server at files.restonwriters.org Port 80