I've modified the code to enable my custom apache configuration: <Location /blog/admin.php> with AuthType basic ...
But now the BackOffice won't work.
It displays :
Un crumb incorrect a été reçu! [loginsalt]
Votre requête a été stoppée pour des raisons de sécurité.
Avez-vous attendu plus de 120 minutes avant de soumettre votre requête?
How could I fix this ?
Best regards,
Michel
PS: the modification
diff --git a/conf/_advanced.php b/conf/_advanced.php
index 6810abf..d0733b5 100644
--- a/conf/_advanced.php
+++ b/conf/_advanced.php
@@ -519,7 +519,8 @@ $emailskins_url = $baseurl.$emailskins_subdir; // You should not need to cha
@mbr
What version of b2evolution are you using?
Why did you replace
$admin_url = $baseurl. $dispatcher;
with$admin_url = 'http://localhost/blog/'.$dispatcher;
? There is no need to do it if your$baseurl
variable is correctly configured in the_basic_config.php
file (http://b2evolution.net/man/basic-config-php).Does your site work properly without adding the AuthType basic directives?