Commit eb8ee498be39661a8ca95a83272c906948587742
1 parent
b0f128a8
Exists in
master
and in
1 other branch
Baixar imagem quando não pertecem aos 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-remote.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 | ... | ... |