Commit 65655daeaec7adc5c6ed379c5eb3dae5b30299ce

Authored by Theoziran Lima
1 parent e2f88f6c
Exists in master and in 1 other branch issue488

Correção para manipular todas as imagens de todos os temas

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/htaccess-vagrant
... ... @@ -6,7 +6,7 @@ RewriteRule ^index\.php$ - [L]
6 6 # add a trailing slash to /wp-admin
7 7 RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
8 8  
9   -RewriteRule (^\/wp\-content\/[^.]+\.(jpe?g|gif|bmp|png))$ /file.php?src=$1 [L]
  9 +RewriteRule (^wp\-content\/[^.]+\.(jpe?g|gif|bmp|png))$ /file.php?src=$1 [L]
10 10  
11 11 RewriteCond %{REQUEST_FILENAME} -f [OR]
12 12 RewriteCond %{REQUEST_FILENAME} -d
... ...