how to display customized pages in 2.0.7

Hi

I´m using spip 2.0.7, and the simple function to display customized
pages is not working:

http://www.ppgh.ufba.br/spip.php?page=disciplinas

This should access squelettes/disciplinas.html, but shows Error 404...

Showld I change something in .htaccess? What am I doing wrong? I don't
know what else to try...

thank you!!!
tereza

Tereza Loparic a écrit :

http://www.ppgh.ufba.br/spip.php?page=disciplinas

This should access squelettes/disciplinas.html,

it does !

JLuc

but shows Error 404...

Showld I change something in .htaccess? What am I doing wrong? I don't
know what else to try...

thank you!!!
tereza

Thank you for your quick answer, but no, it doesn't...

It´s our 404 page that was a little bit like a sandbox, full of
trashes that seems to be something.

Now I´ve cleaned it and its a regular spip 404 page again :slight_smile:

On Tue, Jun 30, 2009 at 11:03 AM, JLuc<jluc@no-log.org> wrote:

Tereza Loparic a écrit :

http://www.ppgh.ufba.br/spip.php?page=disciplinas

This should access squelettes/disciplinas.html,

it does !

JLuc

but shows Error 404...

Showld I change something in .htaccess? What am I doing wrong? I don't
know what else to try...

thank you!!!
tereza

_______________________________________________
spip-en@rezo.net - http://listes.rezo.net/mailman/listinfo/spip-en

Hi,

On Tue, Jun 30, 2009 at 3:35 PM, Tereza Loparic <telopa@gmail.com> wrote:

Hi

I´m using spip 2.0.7, and the simple function to display customized
pages is not working:

http://www.ppgh.ufba.br/spip.php?page=disciplinas

This should access squelettes/disciplinas.html, but shows Error 404…

This is normal, your template starts with


<BOUCLE_principale(RUBRIQUES) {id_rubrique}>

so you have to specify another parameter id_rubrique, either in the url, either in the loop


[http://www.ppgh.ufba.br/spip.php?page=disciplinas](http://www.ppgh.ufba.br/spip.php?page=disciplinas)&id_rubrique=123
<BOUCLE_principale(RUBRIQUES) {id_rubrique=123}>

Because the main loop isn’t executed, the cached file is empty, and SPIP returns an error 404

.Gilles

Showld I change something in .htaccess? What am I doing wrong? I don’t
know what else to try…

thank you!!!
tereza


spip-en@rezo.net - http://listes.rezo.net/mailman/listinfo/spip-en