Bug #95180
closedInstallation v11 / login backend failed
0%
Description
Hello,
I have a current project in typo3 v11.3.0
My database is imported whitout error.
I access the installation tool :)
I have access to the typo3 login / password, but if I validate the form, I get the message "Not Found, The requested URL was not found on this server."
On the internet, I found the issue https://forge.typo3.org/issues/94054
I tried the following fix: https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/11.0/Breaking-93048-BackendURLRewrites.html
but suddenly I no longer have access to either the instal tool or the login form, I simply have a typo 3 error
"Page not found
The page did not exist or was inaccessible. Reason: The requested page does not exist "
Any ideas?
Updated by Stefan Bürk about 3 years ago
Do you have a Typo3 installed in a subfolder of your domain ? Or in the root of your domain ?
Updated by Stefan Bürk about 3 years ago
- Related to Bug #94054: TYPO3 Backend-Login fails if Typo3 is installed in a subdirectory of the domain added
Updated by Benni Mack about 3 years ago
- Status changed from New to Needs Feedback
What server are you running on? Apache? nginx?
Updated by Ralf Tönjes about 3 years ago
Same here. TYPO3 11.4.0 in subfolders of a MAMP localhost served by Apache. Both classic and composer fresh installs. Only the installtool is reachable. The mentioned rewrite rules are already in place by default.
Updated by Benni Mack about 3 years ago
- Target version changed from 11 LTS to Candidate for patchlevel
Updated by Stefan Bürk about 3 years ago
This has been fixed through https://review.typo3.org/c/Packages/TYPO3.CMS/+/71422 , corresponding issue: https://forge.typo3.org/issues/94054.
The documentation was adjusted, as the root-htaccess in the install sysext templates. Have you upgraded to 11.5.2 yet - or may you reavulate with updated documentation / root-htaccess template ?
Can we close this issue ?
Updated by Oliver Hader about 3 years ago
- Tags changed from install, login to install, login, pending-close
Updated by JAOUEN about 3 years ago
apache
11.5.2
front end OK
install OK
access to backend login screen OK
https://w.2sapins.ponctey.fr/sgc/typo3/ (no public access)
and no access to backend
https://w.2sapins.ponctey.fr/sgc/typo3/login?loginProvider=1433416747 error 404
demeter:/srv/www/htdocs #
drwxr-xr-x 6 wwwrun www 136 13 nov. 21:14 sgc/
drwxr-xr-x 4 root root 214 21 sept. 10:53 typo3_src-10.4.21/
drwxr-xr-x 4 root root 214 2 nov. 09:25 typo3_src-11.5.2/
demeter:/srv/www/htdocs/sgc #
lrwxrwxrwx 1 root root 19 5 nov. 2018 index.php -> typo3_src/index.php
lrwxrwxrwx 1 root root 15 5 nov. 2018 typo3 -> typo3_src/typo3/
drwxr-xr-x 6 wwwrun www 140 13 nov. 21:18 typo3conf/
lrwxrwxrwx 1 root root 32 13 nov. 21:14 typo3_src -> /srv/www/htdocs/typo3_src-11.5.2/
drwxr-xr-x 4 wwwrun www 49 10 oct. 10:28 typo3temp/
drwxr-xr-x 4 wwwrun www 56 6 août 2019 uploads/
(access to backend OK with the link to typo3_src-10.4.21/ )
Updated by Franz Holzinger almost 3 years ago
- Priority changed from Should have to Must have
I have the same problem with the latest typo3_src-11.5.3. I have formerly run TYPO3 10.
*404 error *
Where do I get a .htaccess file which is needed?
==> Environment -> Directory Status
The .htaccess file does not change anything.
But it works after changing the Apache conf:
<Directory /var/www/html>
Require all granted
Allowoverride all
</Directory>
Updated by Oliver Hader almost 3 years ago
- Status changed from Needs Feedback to Closed
Thanks for your feedback. Unfortunately AllowOverride
cannot be defined via .htaccess
in Apache.