diff --git a/config/htaccess-vagrant b/config/htaccess-vagrant index 4d1541d..8c60f88 100644 --- a/config/htaccess-vagrant +++ b/config/htaccess-vagrant @@ -6,7 +6,7 @@ RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] -RewriteRule (wp\-content\/[^.]+\.(jpe?g|gif|bmp|png))$ /file-remote.php?src=$1 [L] +RewriteRule (^\/wp\-content\/[^.]+\.(jpe?g|gif|bmp|png))$ /file.php?src=$1 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d -- libgit2 0.21.2