pretty urls and full cache = no more pretty urls
Permalink
Hello
Recently I've enabled full page cache, because I noticed I never really re-enabled it. Then the pretty URLs stopped working even if I disable back the cache... Issue is occurring to me on both 5.7.5.7 and the newest 5.7.5.9. Here's my .htaccess file:
I already tried using different browser after clearing the cache, though.
I also tried contacting my hosting provider and they say that recently they haven't made any changes to their mod_rewrite.c module.
Cheers - Andrew
Recently I've enabled full page cache, because I noticed I never really re-enabled it. Then the pretty URLs stopped working even if I disable back the cache... Issue is occurring to me on both 5.7.5.7 and the newest 5.7.5.9. Here's my .htaccess file:
<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> Options -Indexes DirectoryIndex index.php
I already tried using different browser after clearing the cache, though.
I also tried contacting my hosting provider and they say that recently they haven't made any changes to their mod_rewrite.c module.
Cheers - Andrew
AND I broke app.../concrete.php in one of these sites, so there it is.