I want to add a non-drupal page, but in a way that is Drupal. Maybe with a module or something.

Basically, I have a URL that people are hitting and getting a 404 error, however instead of just redirecting them from that URL I want to insert a RSS file explaining to them how our site has changed.

The URL is something like example/feed

I know I could just put this file into my Drupal installation, however, I was wondering if there was a Drupal way of doing this? Maybe with a module or something.

Comments

=-=

you can create a feed and place it at that path or create a node and place it at that path, or use a module that redirects that path to another path.

nobody click here