jobskee-open-source-job-board
jobskee-open-source-job-board copied to clipboard
issue with image upload and smtp
Hey there,
can someone help mit with my issues.
-
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!
-
the smtp is not working i changed the config.php and the controller but it is still not working
Thanks in advance
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]