This URL works
https://www.brainforge.co.uk/our-services
This URL fails
https://www.brainforge.co.uk/Our-services
Both should produce the same result.
Upper case character in URL fails.
This was encountered with a 3rd party component with code which looked something like this...
$url = 'myname';
$url = JURI::base() . JText::_($url);
// JText Returns Myname (or a language equivalent)
Link / redirection to that url fails.
I've tried entering uppercase on another Joomla site which has no extension(s) of mine, so I'm sure its not something I have done!
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-01-05 17:42:08 |
Closed_By | ⇒ | Fedik |
Closing as duplicate.
see #38145 and #38257