I want to migrate from version 3.2.9 to version 4.0.6 (php 8.4 with apache 2.4).
When I access the /faq/update/ page, I get the following message:
Code: Select all
The requested resource was not found on the server. Please check your server configuration, especially the RewriteBase in your .htaccess configuration
Code: Select all
RewriteBase /faq/
Code: Select all
"GET /faq/update/ HTTP/1.1" 200 2091 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0"
"GET /faq/assets/dist/update.js HTTP/1.1" 200 24819 "https://faq.cloud2.asr/faq/update/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0"
"GET /faq/assets/dist/styles.css HTTP/1.1" 200 52092 "https://faq.cloud2.asr/faq/update/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0"
"GET /faq/assets/images/favicon.ico HTTP/1.1" 304 470 "https://faq.cloud2.asr/faq/update/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0"
"POST /faq/api/setup/check HTTP/1.1" 401 555 "https://faq.cloud2.asr/faq/update/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36 Edg/134.0.0.0"
Can you help me ?
Thx you.