Server : Apache System : Linux nereid.kreativmedia.ch 4.18.0-513.24.1.el8_9.x86_64 #1 SMP Mon Apr 8 11:23:13 EDT 2024 x86_64 User : chesa9at ( 10161) PHP Version : 8.0.30 Disable Function : opcache_get_status Directory : /home/httpd/vhosts/pagesromandes.ch/httpdocs/ |
Upload File : |
<?php /** * Redirects to the Comments RSS2 feed * This file is deprecated and only exists for backwards compatibility * * @package WordPress */ require( './wp-load.php' ); wp_redirect( get_bloginfo( 'comments_rss2_url' ), 301 ); exit; ?>