That does not sound normal. Which server are you using, Apache or LiteSpeed or some other web server like nginx?
As a test, I commented out the rewrite_module in httpd.conf, cleared the cache, restarted Apache in Wampserver but the option 'Use URL Rewriting' was still displayed.
Check the contents of the file configuration.php in the main Joomla folder. Does it have these lines:If not, write-enable the file, add those lines, save the file and check what happens.
As a test, I commented out the rewrite_module in httpd.conf, cleared the cache, restarted Apache in Wampserver but the option 'Use URL Rewriting' was still displayed.
Check the contents of the file configuration.php in the main Joomla folder. Does it have these lines:
Code:
public $sef = true;public $sef_rewrite = true;public $sef_suffix = false;
Statistics: Posted by toivo — Tue Nov 19, 2024 2:11 am