OK, csv file download problem solved.
There is an .htaccess file in the admin directory (or whatever you have named yours).
In there, by default, only certain file types are allowed in direct HTTP requests:
You just need to add "csv" in there too:Code:# but now allow just *certain* necessary files: <FilesMatch "(^$|^favicon.ico$|.*\.(php|js|css|jpg|gif|png)$)"> Order Allow,Deny Allow from all </FilesMatch>
I don't know if there is an instruction anywhere in the EP4 docs to alter this, or if this update should be part of the install process?...Code:# but now allow just *certain* necessary files: <FilesMatch "(^$|^favicon.ico$|.*\.(php|js|css|jpg|gif|png|csv)$)"> Order Allow,Deny Allow from all </FilesMatch>
Always a simple answer. Always a bugger finding it.
![]()


Reply With Quote

