Logo
Explore Help
Sign In
IntenseWebs/WordPress
3
0
Fork 0
You've already forked WordPress
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
2f2b59cafea5f16cc66308e376d3f399584f6bac
WordPress/b2rss2.php

12 lines
289 B
PHP
Raw Normal View History

Added rss_use_excerpt flag git-svn-id: http://svn.automattic.com/wordpress/trunk@18 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-05-06 22:16:07 +00:00
<?php
Cleaning up some includes. git-svn-id: http://svn.automattic.com/wordpress/trunk@1190 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-04-27 23:17:16 +00:00
require_once ('./wp-config.php');
account for query string in redirects git-svn-id: http://svn.automattic.com/wordpress/trunk@748 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-10 00:56:48 +00:00
if (!empty($_SERVER["QUERY_STRING"])) {
$location = get_bloginfo('rss2_url').'?'.$_SERVER["QUERY_STRING"];
}
else {
$location = get_bloginfo('rss2_url');
}
b2rss/rdf -> wp-rss/rdf Plus old files do permanent redirect to the new ones. git-svn-id: http://svn.automattic.com/wordpress/trunk@535 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-10 23:32:02 +00:00
header('HTTP/1.0 301 Moved Permanently');
account for query string in redirects git-svn-id: http://svn.automattic.com/wordpress/trunk@748 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-01-10 00:56:48 +00:00
header('Location: ' . $location . "\n");
b2rss/rdf -> wp-rss/rdf Plus old files do permanent redirect to the new ones. git-svn-id: http://svn.automattic.com/wordpress/trunk@535 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2003-11-10 23:32:02 +00:00
exit;
?>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 26ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API