Dotclear

Vous n'êtes pas identifié(e).

Annonce

13 février 2024 Sortie de Dotclear 2.29

#26 2016-07-01 05:31:22

Philippe
Stagiaire
Lieu : Toulon
Inscription : 2004-06-13
Site Web

Re : How should I define the dotclear action?

Hello. The RewriteRule I gave you were for query_string URL scan method only (see #2), which I believe is preferable to path_info. For more details about it, path_info inconvenient is well explained by Dsls (who knows much better than I do) here : https://forum.dotclear.org/viewtopic.ph … 25#p315825 unfortunately in french, but I assume you will get the point. Look at #22 in the same thread where you will find the correct rule...

However, if it works for you, you may keep it running that way, but if you still encounter problems try the query_string scan method, as final URLs will be the same anyway and your server will be happier ;)

Hors ligne

#27 2016-07-05 02:23:42

reppep
Membre
Inscription : 2009-11-14

Re : How should I define the dotclear action?

Thanks for the pointer. His (translated) argument is compelling, but I don't want to reconfigure several sites with years of history.

Hors ligne

#28 2016-07-05 02:46:22

reppep
Membre
Inscription : 2009-11-14

Re : How should I define the dotclear action?

I updated Method #2 on https://dotclear.org/documentation/2.0/admin/multiblog based on advice here. Thanks!

Hors ligne

#29 2016-07-05 06:39:14

Philippe
Stagiaire
Lieu : Toulon
Inscription : 2004-06-13
Site Web

Re : How should I define the dotclear action?

Thank you for the update :)

Hors ligne

#30 2016-07-14 00:20:30

reppep
Membre
Inscription : 2009-11-14

Re : How should I define the dotclear action?

In inc/config.php, I uncommented these 4 lines:

// If you have PATH_INFO issue, uncomment following lines
if (!isset($_SERVER['ORIG_PATH_INFO'])) {
    $_SERVER['ORIG_PATH_INFO'] = '';
}
$_SERVER['PATH_INFO'] = $_SERVER['ORIG_PATH_INFO'];

My blog homepages now show up and the 404s are gone, but many (not all) pages across my blogs just show the blog home page. Is PATH_INFO just broken and unusable now?

I really don't want to give up on these blogs (one is my daughter's website, started in 2002), but I am very frustrated.

Hors ligne

Vous n'êtes pas identifié(e).

Pied de page des forums

Sites map