Hi, Gilles
thank you. But it still doesn´t work and I feel I don´t quite
understand your tip... :-/ so let me explain better:
As you said, I change:
"RewriteRule ^deondevem$ spip.php?page=rubrique&id_rubrique=$12 [QSA,L]"
per:
"RewriteRule ^deondevem$ spip.php?page=rubrique&id_rubrique=12 [QSA,L]"
just after:
"################ REGLAGES PERSONNALISES ######################
# Inscrivez ci-dessous vos reglages supplementaires"
Than I do the upload and go check at:
http://www.tvpinguim.com.br/spip/deondevem
and the answer is
"Not Found
The requested URL /spip/deondevem was not found on this server."
and the page I want is
http://www.tvpinguim.com.br/spip/spip.php?rubrique12
can you still help? thank you.
tereza
On 7/25/07, Gilles Vincent <gilles.vincent@gmail.com> wrote:
RewriteRule ^deondevem$
spip.php?page=rubrique&id_rubrique=12 [QSA,L]
the '$' caractere indicate a substitution with pattern matching blocks
like ([0-9]+) [it's a regular expression between parenthesis].
ex: RewriteRule ^deondevem/([0-9]+)/[0-9]+)\.html$
spip.php?page=test&id_rubrique=$1&id_auteur=$2 [QSA,L]
$1 is replaced by the first element
$2 by the second
Note that you MUST place your rewriteRule before the SPIP urls block
(in "reglages personnalises" for ex.)
.Gilles
--
2007/7/26, Tereza Loparic <telopa@gmail.com>:
> Hi, all
>
> I´m trying to create "de belles adresses" with .htaccess, I want
> "http://www…/deondevem", so I add :
>
> ################ REGLAGES PERSONNALISES ######################
> RewriteRule ^deondevem$
> spip.php?page=rubrique&id_rubrique=$12 [QSA,L]
>
> is it wrong? (it doesn´t seem to work)
>
> thank you im advance
> tereza
> _______________________________________________
> spip-en@rezo.net - http://listes.rezo.net/mailman/listinfo/spip-en
>
--
--------------------------
Abelhaweb design
(11) 3726-5577