[Development] doc.qt.io: Camel-case URLs have stopped working

Edward Welbourne edward.welbourne at qt.io
Tue Jun 14 09:29:30 CEST 2016


Sze Howe Koh
> One month ago, URLs that contain proper class names,
> e.g. http://doc.qt.io/qt-5/QObject.html, worked as expected. However,
> they now lead to Error 404. It looks like the server currently allows
> lowercase URLs only, e.g. http://doc.qt.io/qt-5/qobject.html
>
> This change might break bookmarks or links from external sources. Any
> chance of restoring the old behaviour?

If we're using Apache, mod_speling (sic) can handle that; enabling
CheckCaseOnly should limit the cost of using it.

	Eddy.



More information about the Development mailing list