Bug #32083
After installation: URL get-started not found
| Status: | Needs Feedback | Start date: | 2011-11-25 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Install process | |||
| Target version: | 4.5 | |||
| Votes: | 2 (View) |
Description
I downloaded and installed the introductionpackage-4.6.1.zip on a fresh debian 6.0.3 system.
After finishing the installation, I got the following 404 error:
Not Found The requested URL /get-started/ was not found on this server.
This is because by default, apache's mod_rewrite is not activated.
Only running
$ a2enmod rewrite $ service apache restartas root AND setting
AllowOverride Allin the virtual host configuration made it work.
The installer should check if mod_rewrite is active for the host, and otherwise NOT enable speaking URLs - or give a hint to activate them.
History
Updated by Richard about 1 year ago
I downloaded and installed the introduction package 4.6.6. After installation wizard I am redirected to "/get-started" as well leading to an 404-error. There is no .htacess in my typo3-root directory, which - I guess - causes this trouble.
Updated by Oliver Hader about 1 year ago
- Status changed from New to Needs Feedback
- Assignee deleted (
Peter Beernink)
Hm, there's a check for speaking URLs in the install process.
That needs to be checked again for disabled mod_rewrite...
Updated by Oliver Hader about 1 year ago
- Target version set to 4.5
Updated by Edwin Boersma 6 months ago
Experienced this bug after installing 4.7.7 Introduction Package from scratch. Am surprised that the last update to this bug is 6 months old, while the Issue is solved easily: the .htaccess that comes with the sources has to be copied to the Document Root of the website.