Bug #3890

If FLOW3 lies in a Subfolder, Browser can't find CSS and Javascript.

Added by Tommy Seus about 6 years ago. Updated about 4 years ago.

Status:Resolved Start date:2009-07-13
Priority:Should have Due date:
Assigned To:- % Done:

100%

Category:-
Target version:-

Description

File: /TYPO3CR/Resources/Public/HTML/View_Admin_Viewport.html

If FLOW3 operates in a subfolder, this call does not work anymore.

<link rel="stylesheet" href="/Resources/Packages/ExtJS/CSS/ext-all.css" />

The insert of ###BASEURI### fixes this bug.

<link rel="stylesheet" href="###BASEURI###Resources/Packages/ExtJS/CSS/ext-all.css" />

Associated revisions

Revision 68e220f4
Added by Karsten Dambekalns about 6 years ago

[+BUGFIX] TYPO3CR (Admin): Fixed JS and CSS inclusion when using in a subfolder of the document root, fixes #3890.

History

#1 Updated by Karsten Dambekalns about 6 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

Applied in changeset r2843.

Also available in: Atom PDF