Im running concrete5 CMS on a digital ocean droplet and I cannot successfully activate pretty urls with:
For Apache <<<
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}/index.html !-f
RewriteCond %{REQUEST_FILENAME}/index.php !-f
RewriteRule . index.php [L]
</IfModule>
running apache. It works on cpanel based systems but those are so yesterday.
steve