Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trailing slash optional? #84

Open
remiq opened this issue Sep 9, 2019 · 0 comments
Open

Trailing slash optional? #84

remiq opened this issue Sep 9, 2019 · 0 comments

Comments

@remiq
Copy link

remiq commented Sep 9, 2019

While this is not an issue with twitrssme, it doesn't hurt to humbly ask.

Some javascript-based RSS clients use 'normalize-url' on rss link. As a side-effect, it removes trailing slash of rss link changing http://twitrss.me/twitter_user_to_rss/?user= into http://twitrss.me/twitter_user_to_rss?user= which returns 404.

Is it possible for you to change apache configuration to allow this "no trailing slashes" idea?

It would probably require to alter apache.conf:

ScriptAlias /twitter_user_to_rss/ /var/www/twitrssme/fcgi/twitter_user_to_rss.pl

to

ScriptAlias /twitter_user_to_rss/ /var/www/twitrssme/fcgi/twitter_user_to_rss.pl
ScriptAlias /twitter_user_to_rss /var/www/twitrssme/fcgi/twitter_user_to_rss.pl
@remiq remiq changed the title Trailing slash optional Trailing slash optional? Sep 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant