[TYPO3-english] cooluri and putting www in front of domainname [solved!]

Leen leenstrijk at tomaatnet.nl
Sun Jun 24 10:45:54 CEST 2012


Suddenly it's working okay.
I had tried several things, but not working.
But then with cache it can be confusing at times.
In the end I think changing
config.baseURL = http://www.mydomain.com/ to
config.baseURL = http://mydomain.com/
did the trick


Op 24-6-2012 2:09, Leen schreef:
> Hello,
>
> When i use mydomain.com it is replaced by mydomain.com/www.mydomain.com
> This results in a page not found error.
>
> I have used cooluri for a long time and on other sites I never had this
> issue.
> Using mydomain.com/index.php no problem. using www.mydomain.com also no
> problem.
>
> .htaccess :
> RewriteEngine On
> RewriteRule
> ^/(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php)$ -
> [L]
> RewriteRule
> ^/(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads|showpic\.php)/.*$
> - [L]
> RewriteCond %{REQUEST_FILENAME} !-f
> RewriteCond %{REQUEST_FILENAME} !-d
> RewriteCond %{REQUEST_FILENAME} !-l
> RewriteRule .* index.php
>
> typo setup:
> config.baseURL = http://www.mydomain.com/
> config.tx_cooluri_enable = 1
> config.redirectOldLinksToNew = 1
>
> I have added the mydomain.com and www.mydomain.com records on the rootpage
>
> Does anyone have an idea?




More information about the TYPO3-english mailing list