Project

General

Profile

Actions

Bug #16658

closed

Wrong information in _.htaccess for httpd.conf configuration

Added by Marc Bastian Heinrichs over 17 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2006-10-19
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The RewriteRule for httpd.conf (around line 95) has "/TYPO3root" at the beginning. This is wrong.

Instead it should be the same as the rule for use in .htaccess (line 60):
RewriteRule ^(typo3/|t3lib/|fileadmin/|typo3conf/|typo3temp/|uploads/|favicon\.ico) - [L]

Sorry, found no correct project category for this bug.
(issue imported from #M4414)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #25191: .htaccess contains uneccesary rewrite rulesClosed2011-02-27

Actions
Actions #1

Updated by Marc Bastian Heinrichs about 17 years ago

Because the RewriteRule checks the URL-path and not the complete server-path.

for line 69/70
  1. For httpd.conf, use this line instead of the next one:
  2. RewriteRule ^/TYPO3root/typo3$ /TYPO3root/typo3/index.php [L]

it's the same. The two extra rules for httpd.conf could be deleted.

Actions #2

Updated by Marc Bastian Heinrichs about 17 years ago

Hi Michael,

saw you fixed another in .htaccess. Perhaps this is also one for you and v4.1?

greets
Marc Bastian

Actions #4

Updated by Markus Klein about 12 years ago

  • Target version deleted (0)

Is this still an issue?

Actions #5

Updated by Stefan Galinski about 12 years ago

The line is still there, so this should be valid.

Actions #6

Updated by Alexander Opitz almost 11 years ago

  • Status changed from New to Closed

This lines are commented out. They are hints, what you need to use, if you configure your TYPO3 CMS in the apache httpd.conf, then you have to replace "/TYPO3root" with the path to the root of your TYPO3 CMS installation.

Actions

Also available in: Atom PDF