joreluix

Results 2 comments of joreluix

For the images, it worked me, add or modify the file .htaccess into assets folder with next code: RewriteEngine on RewriteCond %{REQUEST_URI} ^upload/members/.*.(gif|jpe?g|png)$ [NC] RewriteRule .? - [F,L]

For the images add or modify the file .htaccess into assets folder with next code: RewriteEngine on RewriteCond %{REQUEST_URI} ^upload\/members\/.*\.(gif|jpe?g|png)$ [NC] RewriteRule .? - [F,L]