<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SEO Job URL-Check</title>
	<atom:link href="http://chronoscripts.com/seo-job-url-check/feed/" rel="self" type="application/rss+xml" />
	<link>http://chronoscripts.com/seo-job-url-check/</link>
	<description>JobberBase Scripts and (PHP) Support</description>
	<lastBuildDate>Tue, 24 Nov 2009 10:40:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://chronoscripts.com/seo-job-url-check/comment-page-1/#comment-28</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 21 Jul 2009 11:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://chronoscripts.com/?p=60#comment-28</guid>
		<description>I&#039;ve updated the mod, the script assumed the user already installed the Dynamic URL Modification. Choose the version that fits for you, let me know if it works.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve updated the mod, the script assumed the user already installed the Dynamic URL Modification. Choose the version that fits for you, let me know if it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Navjot Singh</title>
		<link>http://chronoscripts.com/seo-job-url-check/comment-page-1/#comment-27</link>
		<dc:creator>Navjot Singh</dc:creator>
		<pubDate>Tue, 21 Jul 2009 11:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://chronoscripts.com/?p=60#comment-27</guid>
		<description>I receive this error when I visit ( http://jobs.careertalk.in/job/14/testing-new-jobs-at-slite-web-media )

Notice: Use of undefined constant URL_JOB - assumed &#039;URL_JOB&#039; in /home/navjot/public_html/jobs/page_job.php on line 62

Warning: Cannot modify header information - headers already sent by (output started at /home/navjot/public_html/jobs/page_job.php:62) in /home/navjot/public_html/jobs/_includes/function.redirect_to.php on line 26

Warning: Cannot modify header information - headers already sent by (output started at /home/navjot/public_html/jobs/page_job.php:62) in /home/navjot/public_html/jobs/_includes/function.redirect_to.php on line 27</description>
		<content:encoded><![CDATA[<p>I receive this error when I visit ( <a href="http://jobs.careertalk.in/job/14/testing-new-jobs-at-slite-web-media" rel="nofollow">http://jobs.careertalk.in/job/14/testing-new-jobs-at-slite-web-media</a> )</p>
<p>Notice: Use of undefined constant URL_JOB &#8211; assumed &#8216;URL_JOB&#8217; in /home/navjot/public_html/jobs/page_job.php on line 62</p>
<p>Warning: Cannot modify header information &#8211; headers already sent by (output started at /home/navjot/public_html/jobs/page_job.php:62) in /home/navjot/public_html/jobs/_includes/function.redirect_to.php on line 26</p>
<p>Warning: Cannot modify header information &#8211; headers already sent by (output started at /home/navjot/public_html/jobs/page_job.php:62) in /home/navjot/public_html/jobs/_includes/function.redirect_to.php on line 27</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://chronoscripts.com/seo-job-url-check/comment-page-1/#comment-25</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 20 Jul 2009 21:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://chronoscripts.com/?p=60#comment-25</guid>
		<description>It&#039;s quite simple to check really. You&#039;ll only have to remove part of the URL and see if it redirects to the proper URL. If it does this, it works!</description>
		<content:encoded><![CDATA[<p>It&#8217;s quite simple to check really. You&#8217;ll only have to remove part of the URL and see if it redirects to the proper URL. If it does this, it works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://chronoscripts.com/seo-job-url-check/comment-page-1/#comment-22</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 20 Jul 2009 00:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://chronoscripts.com/?p=60#comment-22</guid>
		<description>I don&#039;t know if it works (I can&#039;t verify it) I&#039;ve got this code 
 $current_url = substr_replace(BASE_URL ,&quot;&quot;,-1).$_SERVER[&quot;REQUEST_URI&quot;];
        if ($url != $current_url) redirect_to($url, 301);
below your code 
$url = BASE_URL . URL_JOB .&#039;/&#039; . $id . &#039;/&#039; . $info[&#039;url_title&#039;];
	$current_url = &#039;http://&#039; . $_SERVER[&quot;HTTP_HOST&quot;] . $_SERVER[&quot;REQUEST_URI&quot;];
	if ($current_url != $url) redirect_to($url, 301);

Is this okay? Thanks</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if it works (I can&#8217;t verify it) I&#8217;ve got this code<br />
 $current_url = substr_replace(BASE_URL ,&#8221;",-1).$_SERVER["REQUEST_URI"];<br />
        if ($url != $current_url) redirect_to($url, 301);<br />
below your code<br />
$url = BASE_URL . URL_JOB .&#8217;/&#8217; . $id . &#8216;/&#8217; . $info['url_title'];<br />
	$current_url = &#8216;http://&#8217; . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"];<br />
	if ($current_url != $url) redirect_to($url, 301);</p>
<p>Is this okay? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seo company london</title>
		<link>http://chronoscripts.com/seo-job-url-check/comment-page-1/#comment-14</link>
		<dc:creator>seo company london</dc:creator>
		<pubDate>Sat, 04 Jul 2009 21:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://chronoscripts.com/?p=60#comment-14</guid>
		<description>Great web site. Solid, helpful advice that you can benefit from and for free, it does not get much better than that. The web needs more sites like this one, please keep it up.</description>
		<content:encoded><![CDATA[<p>Great web site. Solid, helpful advice that you can benefit from and for free, it does not get much better than that. The web needs more sites like this one, please keep it up.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
