A free, self-hostable aggregator…
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

2.9 KiB

We may not have answered all of your questions in the previous sections. The FAQ contains some questions that have not been answered elsewhere.

What is /i at the end of the application URL?

Of course, /i has a purpose! We used it for performance and usability:

  • it allows to serve icons, images, styles and scripts without cookies. Whitout that trick, those files will be downloaded more often, specially when the form or the Personna authentications are used. Also, HTTP requests will be heavier.
  • ./p/ public root can be served without any HTTP access restrictions. Whereas it could be implemented in ./p/i/.
  • It spares from having problems while serving public resources like favicon.ico, robots.txt, etc.
  • It allows to display the logo instead of a white page while hitting a restriction or a delay during the loading process.

Why robots.txt is located in a sub-folder?

To increase security, FreshRSS is hosted in two sections. The first section is public (./p folder) and the second section is private (everything else). Therefore the robots.txt file is located in ./p sub-folder.

As explained in the security section, it is highly recommended to make only the public section available at the domain level. With that configuration, ./p is the root folder for http://demo.freshrss.org/, thus making robots.txt available at the root of the application.

The same rule applies for favicon.ico and .htaccess.

Why do I have errors while registering a feed?

There can be different origins for that problem. The feed syntax can be invalid, it can be unrecognized by the SimplePie library. the hosting server can be the root of the problem, FreshRSS can be buggy. The first step is to identify what causes the problem. Here are the steps to follow:

  1. Verify if the feed syntax is valid with the W3C on-line tool. If it is not valid, there is nothing we can do.
  2. Verify SimplePie validation with the SimplePie on-line tool. If it is not recognized, there is nothing we can do.
  3. Verify FreshRSS integration with the demo. If it is not working, you need to create an issue on Github so we can have a look at it. If it is working, there is probably something fishy with the hosting server.

Here is a list of feed which don't work: