From 65655daeaec7adc5c6ed379c5eb3dae5b30299ce Mon Sep 17 00:00:00 2001 From: Theoziran Lima Date: Tue, 22 Sep 2015 13:16:46 -0300 Subject: [PATCH] Correção para manipular todas as imagens de todos os temas --- config/htaccess-vagrant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/htaccess-vagrant b/config/htaccess-vagrant index 8c60f88..37031f7 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.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