User Name
Password

Register Members List Calendar Search FAQ Posting Guidelines
RSS problem
Thread Tools
torifile
Less than Stellar Member
 
Join Date: May 2004
Location: Durham, NC
Send a message via AIM to torifile  
2006-01-28, 11:35

I've installed wordpress on my site. Safari has a nifty little RSS icon in the addressbar. When I press it on most sites, it gives me the RSS feed. When I use it on my site I get an "NSURLErrorDomain" error. What gives?

www.dbt-u.com if anyone wants to have a look. I haven't changed the php files that generate the RSS so I'm unsure about what could be wrong. TIA.

If it's not red and showing substantial musculature, you're wearing it wrong.
  quote
pmazer
Member
 
Join Date: May 2005
Location: Atlanta, GA
Send a message via AIM to pmazer  
2006-01-28, 12:25

The tag

Code:
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.dbt-u.com/feed/" />
needs to read

Code:
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.dbt-u.com/wp-rss2.php" />
instead.
  quote
torifile
Less than Stellar Member
 
Join Date: May 2004
Location: Durham, NC
Send a message via AIM to torifile  
2006-01-28, 13:06

Quote:
Originally Posted by pmazer
The tag

Code:
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.dbt-u.com/feed/" />
needs to read

Code:
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.dbt-u.com/wp-rss2.php" />
instead.
That's helpful. Now I just need to track down the file that creates that output. Thanks.
  quote
Posting Rules Navigation
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Post Reply

Forum Jump
Thread Tools

« Previous Thread | Next Thread »

All times are GMT -5. The time now is 06:38.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004 - 2024, AppleNova