Bug #16110
closedlinks are generated correctly but are linking to "page not found" but typo3 backend and install tool are working properly.
0%
Description
We using typo3 4.1.1.
Links are not working and default page is displayed as “page not found”
But in the url the linksare generated correctly.
We are working .htaccess file as under,
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule typo3$ typo3/index_re.php
RewriteRule ^[/]*\.html$ index.php
php_flag register_globals on
php_value memory_limit 48000000
php_value upload_max_filesize 40000000
php_value post_max_size 40000000
php_flag session.auto_start on
php_value max_execution_time 200
we could not decided on what the problem is in .htaccess or in any configuration.
We are using PHP version 5.0.4
Mysql Version 4.1.20
Linux version 2.6.16
Apache Version Apache/2.0.54 (Fedora)
(issue imported from #M6061)
Updated by Darko Jr. Gonzalez about 17 years ago
Hey
6080 is closed. I wonder why. I get suddenly Page Not Found. The site FE was working a week ago. That was the last time I logged in. It is a site in development so we hadnt logged for 6 days. BE and Install Tool working properly. FE displays Page Not Found! while url's are properly generated.
Vijay, maybe you can help us to fix this?
Typo3 4.1.1
PHP 5.2.3
Apache 1.3.37
NO htaccess file applied
Thanks
Updated by Darko Jr. Gonzalez almost 17 years ago
Due to cooluri 1.0.9. I uninstalled the extension - have no problem.