user500665
user500665

Reputation: 1364

TYPO3 RTE Stylesheet broken link?

I am using this typoscript in my Page TS Config to add a stylesheet to the RTE:

RTE.default.ignoreMainStyleOverride = 1
RTE.default.contentCSS = fileadmin/templates/css/rte_formats.css

I have used this several times perfectly, however I am working on a new server running TYPO3 7.6.11 and the stylesheet does not link.

If I inspect the RTE the css file is linked there, but the link is broken.

I don't know if it is related but in the filelist area if I open the info window for the css file and click the 'Show' button I get a 404 (the same happens for every file, even though they are working fine on the front end).

Upvotes: 0

Views: 359

Answers (2)

NextThursday
NextThursday

Reputation: 2432

Frontend and Backend need to be completely accessible. A configuration where server.com has no access to fileadminand mysite.com with no access to typo3 is not supported. Both folders hold viable resources for Frontend and Backend.

Upvotes: 0

minifranske
minifranske

Reputation: 1315

Strange, file show info also adds the /typo3/ before the fileadmin part but the files are listed in the filelist? What result do you get when you use RTE.default.contentCSS = fileadmin/templates/css/rte_formats.css

Upvotes: 0

Related Questions