 
        smicroz
- 
                Posts33
- 
                Joined
- 
                Last visited
- 
                Days Won2
Community Answers
- 		
			
			smicroz's post in Email Handling Not Works (Support Departments) was marked as the answer
 I setup imap ssl 993 and works well.
 
- 		
			
			smicroz's post in Nginx And Blesta was marked as the answer
 Hi,
 
 Finally I can be solved adding in directadmin cp, in custom hosts
 if (!-e $request_filename){ rewrite ^(.*)$ /index.php; } #Core rewrite location @blesta { rewrite ^(.*)$/index.php/(.*) /$1 permanent; } Thanks!!
 
