Hiding RSS Feeds
To hide an RSS feed:
- Open the configuration file
/usr/local/psa/admin/conf/panel.ini
on the Plesk server. - Locate the
[customSpots]
section that describes the feed you want to hide. - Change the value of the
web.enabled
parameter in this section tofalse
. - Save the file.
For example, the description of an RSS feed that is not shown in Plesk may look like the following:
[customSpots]
web.enabled = false
web.type = rss
web.params.url = http://kb.plesk.com/rss/gen.xml?&ArticleLanguage=en&Type=LastCreated&Product=8&UpdatePeriod=daily&ArticleType=all
web.params.count = 3