Bug #52491
closedindex.php/something/something will cause error in frontend
0%
Description
If you enter i.e.:
http://typo3.org/index.php/something/something
You will receive:
Cannot find tslib/. Please set path by defining $configured_tslib_path in something.
Therefore changing a Website from joomla to TYPO3 will cause strange errors in frontend because of Google stored links that have those kind of URLs. Very annoying.
This error is in any TYPO3 Version I tested so far 4.5, 4.7, 6.1
Updated by David Bruchmann over 10 years ago
It's an interesting discovery. I think it can be solved by mod_rewrite in the .htaccess-file.
TYPO3 should catch it perhaps somehow but mod_rewrite is always possible.
Updated by Riccardo De Contardi over 9 years ago
- Status changed from New to Closed
I am not able to reproduce it in my TYPO3 installations (6.2.12 and 7.0.2)
The only thing I noticed when I tried to access my site with http://typo3.62.basic.it:8888/index.php/something/something is that the path to the images (css,js etc.) was wrong, but I was able to fix it using config.baseURL
I tried both using the .htaccess shipped with typo3 and without it.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.