[TYPO3-english] RealURL query

Dan Osipov dosipov at phillyburbs.com
Fri Sep 11 19:02:53 CEST 2009


On my local installation (I was able to replicate locally and on the 
live server):

config.baseURL = http://localhost/pb/

This generates the following source:
<snip>
	<base href="http://localhost/pb/" />
	<link rel="stylesheet" type="text/css" 
href="typo3temp/stylesheet_23e3aa99e0.css" />
</snip>

Dan Osipov
Calkins Media
http://danosipov.com/blog/

Dmitry Dulepov wrote:
> Hi!
> 
> Dan Osipov wrote:
>> This happens after the page is already loaded, and its including other
>> items from the head. Base URL is not being applied to these, so the URL
>> requested is sent to RealURL, like this:
>> "/pb/news/news_details/article/28/2009/january/28/typo3temp/javascript_93077bb238.js"
>>
>> instead of
>> "/pb/typo3temp/javascript_93077bb238.js"
>> which is a valid location of the file.
>>
>> Where can I go from here?
> 
> How does your baseURL look like? Please, copy/paste (!!!) the line from the TS as it is there.
> 


More information about the TYPO3-english mailing list