I am running a Joomla website on an Ubuntu server with apache in a virtual host, but can't get URL rewrite to work(want to remove index.php from URLs).
Mod_rewrite is enabled on the server, tested and working on another non-Joomla virtual host. The two virtual host setups are identical except for different paths/domains and a SSL certificate on the Joomla VH. I can't seem to find anything in the certificate that should cause these problems, but I might be wrong. Any thougts on this?
I have tested the functionality of the rewrite module with Joomla's URL rewrite setting (in global configuration) with the default Joomla .htaccess as well as with an htaccess (rewritebase, commenting out other rewrites etc.). Also tried with an empty .htaccess only adding a standard rewrite rule provided by Joomla! Documentation:
RewriteEngine On<br/>
Options +FollowSymLinks<br />
RewriteRule ^joomla\.html http://www.joomla.org/? [R=301,L]
This it not working either.
Does anyone have an idea of what could be wrong or on how I can troubleshoot this further?
Ubuntu Version: 16.04.1
Apache Version: 2.4.18
PHP Version: 7.0.22
Joomla Version: 3.7.5