List Info

Thread: PHOTOBLOGS.ORG will not work with my new URL?? RSS FEED VAILDATES.




PHOTOBLOGS.ORG will not work with my new URL?? RSS FEED VAILDATES.
user name
2007-01-20 19:52:16
I use Pixelpost for my photoblog and love it. When I first
launched my
site I had everything in one folder called
"PIXELPOST" (index.php,
add-ons, etc) This was all fine until I decided to change my
URL so
that it would be more personal and less generic. I am not a
whiz with
htpp. So I simply changed the name of the folder containing
all of the
pixelpost info from "PIXELPOST" to
"sofarsogood" (the new name
of my photoblog).

OLD-URL = http://woo
dencarproductions.com/PIXLEPOST/
NEW-URL= http://w
oodencarproductions.com/sofarsogood/

Problem is that when I go to photoblogs.org "Add/Update
photoblog"
section I always get the message:
A record exists in our database for the
woodencarproductions.com
domain.
Accessing the http://woo
dencarproductions.com/PIXLEPOST/ url...
Unable to find RSS/Atom feed.

I've gone to every post I can find on the subject
(photoblogs.org
does not find my site, rss problems, etc) and I have
validated my site
and had no problems come up with http://feedvalidator.org/

I was able to simply change my URL on other blog sites such
as
coolphotoblogs.com but not with photoblogs.org which really
contains
links and bookmarks to my site.  Here is the link to my
current RSS
feed with the ending of my URL as /sofarsogood/
http://woodencarproductions.com/sofarsogood/index.php
?x=rss

I even went to far as to change the name of the folder which
contains
all of my blog info back to PIXELPOST, thinking that I could
just work
backwards and that I'd just live with the generic name. But
to no
luck, then my page came up as a blank page.

I don't know much about redirects, but I did try a few
methods listed
on other posts to no luck. If anyone has experienced a URL
change and
not been able to get photoblogs.org to recognize them,
please can you
help me out.

ROB-


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Photoblogs" group.
To post to this group, send email to photoblogsgooglegroups.com
To unsubscribe from this group, send email to
photoblogs-unsubscribegooglegroups.com
For more options, visit this group at 
http://groups-beta.google.com/group/photoblogs?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: PHOTOBLOGS.ORG will not work with my new URL?? RSS FEED VAILDATES.
user name
2007-01-20 22:45:09
Your main page missing links to RSS/Atom feeds. Add this
code in the
header of your image_template.html

<!-- Link for ATOM feed autodiscovery -->
<link rel="service.feed"
type="application/x.atom+xml"
title="<SITE_TITLE> - ATOM Feed"
href="http://woodencarproductions.com/sofarsogood/ind
ex.php?x=rss" />
<!-- Link for RSS feed autodiscovery -->
<link rel="alternate"
type="application/rss+xml"
title="<SITE_TITLE> -
RSS Feed"
href="http://woodencarproductions.com/sofarsogood/ind
ex.php?x=rss" />


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Photoblogs" group.
To post to this group, send email to photoblogsgooglegroups.com
To unsubscribe from this group, send email to
photoblogs-unsubscribegooglegroups.com
For more options, visit this group at 
http://groups-beta.google.com/group/photoblogs?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: PHOTOBLOGS.ORG will not work with my new URL?? RSS FEED VAILDATES.
user name
2007-01-21 00:25:57
Thanks for the quick reply, but...
No luck, it didn't work. When I add that code to my
image_template.html
it looks like this: (going all the way from the TOP)

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transiti
onal.dtd">
<html xmlns="http://www.w3.
org/1999/xhtml">

<head>

<meta http-equiv="Content-Type"
content="text/html; charset=utf-8" />
<meta name="description" 
content="<SITE_TITLE> &bull;
<IMAGE_TITLE>,
<IMAGE_NOTES_CLEAN>" />
<title><SITE_TITLE> |
<IMAGE_TITLE></title>
<link rel="stylesheet"
type="text/css"
href="templates/simple-visions-mellencamp/style.css&quo
t; title="light" />
<style>
<!--
.style1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
-->
</style>
</head>
<!-- Link for ATOM feed autodiscovery -->
<link rel="service.feed"
type="application/x.atom+xml"
title="<SITE_TITLE> - ATOM Feed"
href="http://woodencarproductions.com/sofarsogood/ind
ex.php?x=rss" />
<!-- Link for RSS feed autodiscovery -->
<link rel="alternate"
type="application/rss+xml"
title="<SITE_TITLE> -
RSS Feed"
href="http://woodencarproductions.com/sofarsogood/ind
ex.php?x=rss" />
<body>


When I ask photoblogs.org to add/update my site it says:
"A record exists in our database for the
woodencarproductions.com
domain.
Accessing the http://woo
dencarproductions.com/PIXLEPOST/ url...
Unable to find RSS/Atom feed."

because it says "Accessing the
http://woo
dencarproductions.com/PIXLEPOST/ url..."
...it makes me think that it is trying to access the folder
which used
to be called PIXELPOST, and now that I've
changed the name (URL) to "sofarsogood" the old
folder "PIXELPOST" does
not exist. Is it trying only to
access a folder (PIXELOST) that doesn't exist?  In
photoblogs.org's
help section under "changing URL" it simply says
for PHP:
Using PHP
If you have PHP installed on your webserver, you can replace
the
content of the old page with this code:

<?php

header("location: http://www.exam
ple.com/new-url/");

?>

I also tried this and it did not work?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Photoblogs" group.
To post to this group, send email to photoblogsgooglegroups.com
To unsubscribe from this group, send email to
photoblogs-unsubscribegooglegroups.com
For more options, visit this group at 
http://groups-beta.google.com/group/photoblogs?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: PHOTOBLOGS.ORG will not work with my new URL?? RSS FEED VAILDATES.
user name
2007-01-21 04:52:22
Dear friends,
Greetings!

May I take just a few minutes of your busy schedule?
I have a similar problem regarding submitting my blog to photoblogs.org

When I add/update my blog http://www.abhijitsplanet.com/pratibimb/
I always get the message ..Accessing the http://www.abhijitsplanet.com/pratibimb/ url...

I have applied long time ago and still my blog doesn't appear in photoblogs.org

I have put AUTODISCOVERY FEED links in my blog as followsbr>
<!-- Link for ATOM feed autodiscovery -->
&lt;link rel="service.feed&quot; type="application/x.atom+xml&quot; title ="PRATIBIMB - Abhijit9;s Photographic Reflections! - ATOM Feed" href=" http://www.abhijitsplanet.com/pratibimb/index.php?x=atom" />
<!-- Link for RSS feed autodiscovery -->
<link rel="alternate" type="application/rss+xml" title="PRATIBIMB - Abhijit9;s Photographic Reflections! - RSS Feed" href= "http://www.abhijitsplanet.com/pratibimb/index.php?x=rss" />
<!-- META -->


Can someone please look at the source page of my blog and guide me where I am going wrong according to prerequisites of photoblogs.org ?

Thank you for your time.
regards,
Abhijit,
ww.abhijitsplanet.com/pratibimb/

On 1/21/07, robkalmbach < robkalmbachgmail.com"> robkalmbachgmail.com> wrote:

Thanks for the quick reply, but...
No luck, it didn't work. When I add that code to my image_template.html
it looks like this: (going all the way from the TOP)

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN";
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd "&gt;
<html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;>

&lt;head>

<meta http-equiv="Content-Type&quot; content=&quot;text/html; charset=utf-8" />
&lt;meta name=";description"&nbsp; content="<SITE_TITLE> &bull; <IMAGE_TITLE>,
<IMAGE_NOTES_CLEAN&gt;" />
<title>&lt;SITE_TITLE> | <IMAGE_TITLE>&lt;/title>;
<link rel="stylesheet&quot; type=";text/css&quot;
href=&quot;templates/simple-visions-mellencamp/style.css"; title=&quot;light&quot; />
<style>
&lt;!--
.style1 {
 &nbsp; &nbsp;   ; color: #FFFFFF;
 &nbsp; &nbsp; &nbsp; &nbsp;font-family: Arial, Helvetica, sans-serif;
 &nbsp; &nbsp; &nbsp;  font-size: 9px;
}
--&gt;
</style>
<;/head>
<!-- Link for ATOM feed autodiscovery -->
<;link rel="service.feed" type=";application/x.atom+xml"
title="<SITE_TITLE> - ATOM Feed"
href=";http://woodencarproductions.com/sofarsogood/index.php?x=rss"; />
<!-- Link for RSS feed autodiscovery -->
&lt;link rel="alternate&quot; type=";application/rss+xml&quot; title=&quot;<SITE_TITLE> -
RSS Feed"
href=";http://woodencarproductions.com/sofarsogood/index.php?x=rss &quot; />
<body>


When I ask photoblogs.org to add/update my site it says:
&quot;A record exists in our database for the woodencarproductions.com
domain.
Accessing the http://woodencarproductions.com/PIXLEPOST/ url...
Unable to find RSS/Atom feed.";

because it says "Accessing the
http://woodencarproductions.com/PIXLEPOST/ url...&quot;
...it makes me think that it is trying to access the folder which used
to be called PIXELPOST, and now that I've
changed the name (URL) to "sofarsogood&quot; the old folder "PIXELPOST" does
not exist. Is it trying only to
access a folder (PIXELOST) that doesn't exist?&nbsp; In photoblogs.org';s
help section under "changing URL" it simply says for PHP:
Using PHP
If you have PHP installed on your webserver, you can replace the
content of the old page with this code:

&lt;?php

header("location: http://www.example.com/new-url/");

?>

I also tried this and it did not work?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Photoblogs"; group.
To post to this group, send email to photoblogsgooglegroups.com
To unsubscribe from this group, send email to photoblogs-unsubscribegooglegroups.com
For more options, visit this group at http://groups-beta.google.com/group/photoblogs?hl=en
-~----------~----~----~----~------~----~------~--~---

Re: PHOTOBLOGS.ORG will not work with my new URL?? RSS FEED VAILDATES.
user name
2007-01-21 08:35:56
On 1/21/07, robkalmbach <robkalmbachgmail.com> wrote:
> </head>
> <!-- Link for ATOM feed autodiscovery -->

The autodiscovery link should be in the header, i.e.  above
the
"</head>" tag... you have it in limbo
between the header and the body.
 That might be the problem.


-- 
adam in toronto.on.ca
http://walkonearth.net

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Photoblogs" group.
To post to this group, send email to photoblogsgooglegroups.com
To unsubscribe from this group, send email to
photoblogs-unsubscribegooglegroups.com
For more options, visit this group at 
http://groups-beta.google.com/group/photoblogs?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: PHOTOBLOGS.ORG will not work with my new URL?? RSS FEED VAILDATES.
user name
2007-01-21 09:00:12
Adam,
Thanks for your input!
My autodiscovery links are definitely in betweeb the <head&gt;</head> tags. What other problem could be there?
Please guide me.
Thanks.
Abhijit

On 1/21/07, Adam T < dataratgmail.com">dataratgmail.com> wrote:

On 1/21/07, robkalmbach < robkalmbachgmail.com">robkalmbachgmail.com> wrote:
>; </head&gt;
> <!-- Link for ATOM feed autodiscovery -->

The autodiscovery link should be in the header, i.e.&nbsp; above the
"</head&gt;" tag... you have it in limbo between the header and the body.
That might be the problem.


--
adam in toronto.on.ca
http://walkonearth.net





--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Photoblogs"; group.
To post to this group, send email to photoblogsgooglegroups.com
To unsubscribe from this group, send email to photoblogs-unsubscribegooglegroups.com
For more options, visit this group at http://groups-beta.google.com/group/photoblogs?hl=en
-~----------~----~----~----~------~----~------~--~---

Re: PHOTOBLOGS.ORG will not work with my new URL?? RSS FEED VAILDATES.
user name
2007-01-21 15:10:13
Thanks Adam and thank you Abhijit for noting that you have
the same
problem.
Well- I fixed my autodiscovery link, it is in the header
now.

Still photoblogs.org will not match up and allow it to
re-link.

Abhijit, I noticed that you've either fixed your problem, or
just
somehow "rejoined" photoblogs.org - because it
says "Added Sunday,
January 21st, 2007"
Today ! !! That's great, but how did you do it...  I got
there from
this link-
 
http://www.photoblogs.org/profile/abhijitsplanet.com/


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Photoblogs" group.
To post to this group, send email to photoblogsgooglegroups.com
To unsubscribe from this group, send email to
photoblogs-unsubscribegooglegroups.com
For more options, visit this group at 
http://groups-beta.google.com/group/photoblogs?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: PHOTOBLOGS.ORG will not work with my new URL?? RSS FEED VAILDATES.
user name
2007-01-21 20:49:17
Yes I did solve the problem
 I just changed the order of my autodiscovery feed links in header. See that RSS link comes first, then Atom.
I read about it in photoblogs WIKI ...Autodiscovery feed links.
All the best to you...

On 1/22/07, robkalmbach < robkalmbachgmail.com">robkalmbachgmail.com> wrote:

Thanks Adam and thank you Abhijit for noting that you have the same
problem.
Well- I fixed my autodiscovery link, it is in the header now.

Still photoblogs.org will not match up and allow it to re-link.

Abhijit, I noticed that you've either fixed your problem, or just
somehow "rejoined" photoblogs.org - because it says "Added Sunday,
January 21st, 2007"
Today ! !! That's great, but how did you do it... ; I got there from
this link-

http://www.photoblogs.org/profile/abhijitsplanet.com/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Photoblogs"; group.
To post to this group, send email to photoblogsgooglegroups.com
To unsubscribe from this group, send email to photoblogs-unsubscribegooglegroups.com
For more options, visit this group at http://groups-beta.google.com/group/photoblogs?hl=en
-~----------~----~----~----~------~----~------~--~---

Re: PHOTOBLOGS.ORG will not work with my new URL?? RSS FEED VAILDATES.
user name
2007-01-22 12:38:07
Still no luck for me, any other suggestions on how to make
photoblogs.org re-read my site.
I've emailed Brandon Stone and the photoblogs.org group to
see if it
works. I might just try to re-build that section of my blog,
my
template, to see if that works.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Photoblogs" group.
To post to this group, send email to photoblogsgooglegroups.com
To unsubscribe from this group, send email to
photoblogs-unsubscribegooglegroups.com
For more options, visit this group at 
http://groups-beta.google.com/group/photoblogs?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: PHOTOBLOGS.ORG will not work with my new URL?? RSS FEED VAILDATES.
user name
2007-01-22 13:08:11
I replaced the template with a fresh one. It still did not
allow
photoblogs.org to (re)pick up my site? I feel that the main
problem
exists in the return message I get when I am trying to
Add/Update my
photoblog. See how it says "accessing the http... and
at the end it
still says /PIXELPOST/ (i put it in bold just for this
post). Well it's
as if photoblogs is trying to access a folder that does not
exist.
Because I changed the name of the folder containing all of
my photoblog
files/folders to the name /sofarsogood/?
??


A record exists in our database for the
woodencarproductions.com
domain.

Accessing the http://woo
dencarproductions.com/PIXLEPOST/ url...

Unable to find RSS/Atom feed.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "Photoblogs" group.
To post to this group, send email to photoblogsgooglegroups.com
To unsubscribe from this group, send email to
photoblogs-unsubscribegooglegroups.com
For more options, visit this group at 
http://groups-beta.google.com/group/photoblogs?hl=en
-~----------~----~----~----~------~----~------~--~---


[1-10] [11]

about | contact  Other archives ( Real Estate discussion Medical topics )