How to output feed to a nice address

Asked by dat

Currently it is http://fivefilters.org/content-only/makefulltextfeed.php?url=feeds.feedburner.com%2FTechCrunch&max=3 which is not very pretty since it shows the function's name and params
How do I change it to http://fivefilters.org/content-only/newname?

Question information

Language:
English Edit question
Status:
Answered
For:
Five Filters Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Keyvan (keyvan) said :
#1

dat: we don't currently support fancy URLs for this. You could of course create a file which redirected to the longer one. That wouldn't be hiding the URL, but would allow you to use the shorter URL in applications and also allows you to change the final URL by editing your file rather than changing the URL in your application.

For example, you can create a file called feed1.php with the following content:

<?php
header('Location: http://example.org/full-text-rss/makefulltextfeed.php?url=...');
exit;
?>

Then you can use feed1.php instead of the long URL.

Can you help with this problem?

Provide an answer of your own, or ask dat for more information if necessary.

To post a message you must log in.