VisualX Posted June 11, 2022 Share Posted June 11, 2022 (edited) Buna tuturor, Am intampinat o mica problema dupa ce am actualizat de la 1.7.5.x la 1.7.8.6 si clientii nu se mai pot autentifica. De fiecare data cand introduc adresa de mail si parola in frontoffice apare eroarea "AUTENTIFICARE ESUATA". Tin sa mentionez ca in cpanel imi da eroarea urmatoare: AH01630: client denied by server configuration: /xxxxx/yyyyy/public_html/img/pr (desi nu exista folderul "pr" doar "p" Fiind o eroare de Apache, am incercat sa modific in .htaccess setarile de Apache din Require all denied in Require all granted fara rezultat. Alte solutii? Multumesc anticipat Aici codul de la .htaccess din folderul img/p <IfModule mod_php5.c> php_flag engine off </IfModule> # Apache 2.2 <IfModule !mod_authz_core.c> Order deny,allow Deny from all <Files ~ "(?i)^.*\.(jpg|jpeg|gif|png|bmp|tiff|svg|pdf|mov|mpeg|mp4|avi|mpg|wma|flv|webm|ico)$"> Allow from all </Files> </IfModule> # Apache 2.4 <IfModule mod_authz_core.c> Require all denied <Files ~ "(?i)^.*\.(jpg|jpeg|gif|png|bmp|tiff|svg|pdf|mov|mpeg|mp4|avi|mpg|wma|flv|webm|ico)$"> Require all granted </Files> </IfModule> Edited June 11, 2022 by VisualX am adaugat cod sursa (see edit history) Link to comment Share on other sites More sharing options...
zaurus Posted June 13, 2022 Share Posted June 13, 2022 cred ca e o problema de apache nu neaparat de presta in htaccess in apache 2.2 directivele sunt Order allow,deny Allow from all in apache 2.4 este Require all granted incearca asa si vezi ce zice Link to comment Share on other sites More sharing options...
VisualX Posted June 23, 2022 Author Share Posted June 23, 2022 Salutare, Scuze pentru raspunsul intarziat. Am rezolvat problema. A fost necesar sa maresc numarul de caractere al parolelor criptate in baza de date la 64. Va multumesc! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now