Project

General

Profile

Actions

Bug #16110

closed

links are generated correctly but are linking to "page not found" but typo3 backend and install tool are working properly.

Added by vijay over 16 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
Communication
Target version:
-
Start date:
2007-08-02
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.0
Tags:
Complexity:
Is Regression:
Sprint Focus:

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)


Related issues 2 (0 open2 closed)

Has duplicate TYPO3 Core - Bug #17459: links are generated correctly but are linking to "page not found" but typo3 backend and install tool are working properly.ClosedChristian Kuhn2007-08-02

Actions
Is duplicate of TYPO3 Core - Bug #17499: typo3 backend and install tool are working properly but are linking to "page not found" when links are generated correctly.Closed2007-08-06

Actions
Actions

Also available in: Atom PDF