diff --git a/docs/VHOST b/docs/VHOST index b4f9211aa..d59806aef 100644 --- a/docs/VHOST +++ b/docs/VHOST @@ -9,6 +9,15 @@ AllowOverride All Order allow,deny Allow from all + + RewriteEngine On + RewriteCond %{REQUEST_URI} ^/favicon.ico$ [OR] + RewriteCond %{REQUEST_FILENAME} -s [OR] + RewriteCond %{REQUEST_FILENAME} -l [OR] + RewriteCond %{REQUEST_FILENAME} -d + RewriteRule ^.*$ - [NC,L] + RewriteRule ^.*$ index.php [NC,L] + # Possible values include: debug, info, notice, warn, error, crit, alert, emerg.