Bug #35373
Bug with config.absRefPrefix = /
| Status: | New | Start date: | 2012-03-29 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 1 (View) |
Description
Hello,
I try to setup my website not with the config.baseURL option but with config.absRefPrefix.
In my config I put this config.absRefPrefix = /
I have realurl installed and it works fine with this parameter. But for pmkshadowbox, I have a problem, the links on the images are like this
//uploads/pics/mypicture.jpg
instead of
/uploads/pics/mypicture.jpg
So the box is not launched.
If I put in my config config.absRefPrefix = http://www.mydomain.com/ it works fine.
I try to search where the error is, but I have not find it.
Can you see where the problem is and fix it?
I am on TYPO3 4.6.7
Thanks a lot for the work.
Eric
PS : I try with the ext fl_image_realurl and without, the same issue appear.