Installed fresh Joomla Beta 5 on:
Ubuntu 20.04
Apache2.4
PHP 7.4
PHP-FPM
mod_rewrite enabled
htaccess.txt renamed to .htaccess
In joomla Admin interfece I have activated:
Search Engine Friendly URLs
Use URL Rewriting
It seems that URL ReWriting is working as It removes index.php from the URL's, but the URL's still have the same format:
Code: Select all
/?view=article&id=2:first-article&catid=2
Thank you in advance.