Thread SEO-Urls mit CGI (5 answers)
Opened by roooot at 2009-05-11 18:21

roooot
 2009-05-11 18:21
#121464 #121464
User since
2008-03-03
276 Artikel
BenutzerIn
[default_avatar]
Hi Leute,

ich suche ein Modul, dass das CGI Modul um SEO-Urls erweitert.
Ein Beispiel:
Code: (dl )
1
2
3
http://example.org/value1/value2/value3/
entspricht dann
http://example.org/cgi-bin/core.cgi?param1=value1;param2=value2;param3=value3
(Anzahl an Params ist variabel)
Klar könnte man das auch über mod_rewrite machen, allerdings wüsste ich nicht, wie.

Das ganze soll dann genauso ansprechbar sein wie beim CGI Modul selbst, also über $cgi->param('param1').
Bevor ich mich ans eigene mache, wollte ich fragen, obs sowas schon gibt.

g
Viele Grüße :)

View full thread SEO-Urls mit CGI