Bonjour et félicitations pour le forum et Piwigo!
Je voudrais pouvoir faire une règle de rewriterule dans mon nouveau site à Google,
ma connaissance de php est très limité et peut-être la meilleure solution pourrait être celle, malheureusement.
Si vous voyez la page de la photographie est comme vous le savez
http://www.fotoliguria.altervista.org/p … y/tramonti
Je voudrais pouvoir arriver à
monto_rena http://fotoliguria.altervista.org/tramo … _image.php
Je sais que peut-être la demande est absurde.
avec votre aide, je l'espère de pallier au moins
Encore une fois félicitations!
ps.se vous devriez aussi me donner une évaluation du site que j'ai fait de Piwigo!
désolé pour mon français (traducteur de google)
Hors ligne
il est aussi bon que mon italien ;-)
Si tu as des difficulté de compréhension, Rio reportera sur le forum Italien.
Hors ligne
Dans le fichier de configuration, il y a
// +-----------------------------------------------------------------------+
// | urls |
// +-----------------------------------------------------------------------+
// question_mark_in_urls : the generated urls contain a ? sign. This can be
// changed to false only if the server translates PATH_INFO variable
// (depends on the server AcceptPathInfo directive configuration)
$conf['question_mark_in_urls'] = true;
// php_extension_in_urls : if true, the urls generated for picture and
// category will not contain the .php extension. This will work only if
// .htaccess defines Options +MultiViews parameter or url rewriting rules
// are active.
$conf['php_extension_in_urls'] = true;
// category_url_style : one of 'id' (default) or 'id-name'. 'id-name'
// means that an simplified ascii represntation of the category name will
// appear in the url
$conf['category_url_style'] = 'id';
// picture_url_style : one of 'id' (default), 'id-file' or 'file'. 'id-file'
// or 'file' mean that the file name (without extension will appear in the
// url). Note that one aditionnal sql query will occur if 'file' is choosen.
// Note that you might experience navigation issues if you choose 'file'
// and your file names are not unique
$conf['picture_url_style'] = 'id';
// tag_url_style : one of 'id-tag' (default), 'id' or 'tag'.
// Note that if you choose 'tag' and the url (ascii) representation of your
// tags is not unique, all tags with the same url representation will be shown
$conf['tag_url_style'] = 'id-tag';
Hors ligne
hi guys, i would like to trasform the link
http://fotoliguria.altervista.org/pictu … y/tramonti
in someting more google friendly like
http://fotoliguria.altervista.org/tramo … ge.html...
this will be the best but i tried also only to convert
14 with the name of the image..
any suggest ?
i hope in this forum like the english and italian tooo :) thanks guys