Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue with image upload and smtp #19

Open
sucknorris opened this issue Mar 16, 2017 · 1 comment
Open

issue with image upload and smtp #19

sucknorris opened this issue Mar 16, 2017 · 1 comment

Comments

@sucknorris
Copy link

Hey there,

can someone help mit with my issues.

  1. I cant upload any logo (images). i already checked the premissions of the folder and other several other dumb things :) but it is not working!

  2. the smtp is not working i changed the config.php and the controller but it is still not working

Thanks in advance

@joreluix
Copy link

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]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants