Hi, Phoca Download does not work with the variable: mosConfig
_absolute_path
Mostly Joomla! itself doesn't allow to access directly the file.
Exactly:
phocadownload.php is protected by:
defined( '_JEXEC' ) or die( 'Restricted access' );
so you get "Restricted access", nothing more.
Jan