PDA

View Full Version : Problem RSS


nenesse
03-28-2007, 08:55 AM
Hi,

I use pixelpost 1.5 and i have a problem with pixelpost (diocephale template)

The rss always gives the same page, the index page. With the plugin RssInfo, i could see the page was correct but i was automatically drived to the index page.

here is the link

http://jcsartoris.club.fr

i ve tried and changed the index.php without any changes...maybe does it come from the URL i gave in the admin part?

thanx

Dennis
03-28-2007, 10:12 AM
What url did you give in the admin part?

nenesse
03-28-2007, 11:26 AM
Thanx for your reply

i put the url

http://jcsartoris.club.fr/

in the admin part

(if i put nothing, it didn t work)

jaywilliams
03-28-2007, 01:57 PM
Are you using a .htaccess file, or some other file to redirect people when they go to: http://jcsartoris.club.fr/ ?

When a user enters that url, it should stay exactly the same.
But when I try that url on your site, it automatically redirects me to http://jcsartoris.club.fr/index.php
This redirection is causing the problem you are experiencing with the RSS feed.

nenesse
03-28-2007, 04:02 PM
Thanx for your answer.

My question will be simple

What do you mean with a .htaccess file?

(but i remember using sthg like that, but not sure....i see as soon as i come back home)

Dennis
03-28-2007, 08:38 PM
.htacces is a file in your root folder

nenesse
03-28-2007, 09:35 PM
Unfortunately, there is not such a file in my root folder....

i ll be desesperate....

but i won t give up!!

thanx for your help

Dennis
03-29-2007, 05:43 AM
If you're on a unix machine this file will be hidden. You need to set your FTP program in such way it shows hidden files.

nenesse
03-29-2007, 05:30 PM
nope......??? :mad:

Dkozikowski
03-29-2007, 06:12 PM
I would get in contact with your hoster then. They must have some configuration variables set somewhere.

jaywilliams
03-29-2007, 06:19 PM
The server is actually doing an Error 302 redirect.
Which is rather strange.

Here are the actual headers:
HTTP/1.x 302 Found
Server: thttpd-TOF
Date: Thu, 29 Mar 2007 18:17:16 GMT
Content-Length: 0
Connection: close
Status: 302
Location: http://jcsartoris.club.fr/index.php

nenesse
03-30-2007, 09:50 AM
It works now

i replaced in the index.php

<link>".$cfgrow['siteurl']."?showimage=$id</link>

By

<link>".$cfgrow['siteurl']."index.php?showimage=$id</link>

Thanx to all of you ;)