Path : /srv/www/vhosts/unitedsolution/zaloha/ |
Current File : /srv/www/vhosts/unitedsolution/zaloha/wp-rss2.php |
<?php /** * Redirects to the RSS2 feed * This file is deprecated and only exists for backwards compatibility * * @package WordPress */ require( './wp-load.php' ); wp_redirect( get_bloginfo( 'rss2_url' ), 301 ); ?>