diff --git a/olivas-apache.conf b/olivas-apache.conf index e8d890a..30d3128 100644 --- a/olivas-apache.conf +++ b/olivas-apache.conf @@ -22,8 +22,7 @@ Require all granted RewriteEngine On RewriteBase /olivas/ - RewriteCond %{REQUEST_FILENAME} !-f - RewriteCond %{REQUEST_FILENAME} !-d + RewriteCond %{REQUEST_URI} !\.(js|css|png|jpg|jpeg|gif|ico|svg|woff|woff2|ttf|eot|map|json)$ RewriteRule ^ index.html [L]