Tereza Loparic | 30 Jun 15:35
Picon

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
Gilles VINCENT | 30 Jun 18:28
Picon
Gravatar

Re: how to display customized pages in 2.0.7

Hi,

On Tue, Jun 30, 2009 at 3:35 PM, Tereza Loparic <telopa <at> 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&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-JM9gtpQu/Ho@public.gmane.org - http://listes.rezo.net/mailman/listinfo/spip-en


Gmane