OT: DNS / HTTP server fixes for questionable website construction - Re: cname for apex record

Grant Taylor gtaylor at tnetconsulting.net
Tue Dec 24 21:01:49 UTC 2024


On 12/24/24 09:54, G.W. Haywood wrote:
> You can do that sort of thing on the fly.  I'd probably be thinking 
> along the lines of Apache and mod_rewrite 

mod_rewrite alters / translates / permutes the request as it comes into 
Apache to some different path in the back-end.

You could also accomplish some of this with mod_proxy, specifically 
mod_proxy_html wherein you can alter / translate / permute the (Drupal 
generated) HTML as it gets served out to clients.

I believe there are also some HTML <meta> headers that can help set the 
base URL for unqualified links.  It's been a while, so do some research.

> (and showing my age:)

+1

> might be something to kick around with your Web devs to handle this 
> and maybe future issues of the kind.

The web developer might not be responsible for the situation, but they 
are supporting and enabling the situation.  As such they should have 
equal part in supporting and enabling the solution.

P.S. Reply directly / off-list if you'd like to discuss details.



-- 
Grant. . . .


More information about the bind-users mailing list