We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Phalcon and FastDownload Gameserver

Hey guys,

I'm running a dedicated server with a Phalcon Website and an Counter Strike Souce Gameserver. Now I want to activate FastDownload for my Gameserver. For those who don't know what it is:

You upload all necessary to my Webspace for Example

public/files/cstrike/...

And write in my Config file of the Gameserver the absolute path to cstrike folder

sv_downloadurl "https://my-domain.de/public/files"

But if I access this site I get an Error that this controller doesn't exists.

So how can I achieve this with Phalcon??

FU ;)



16.3k

Apache or Nginx ?

if Apache, have you check your .htaccess file [mod_rewrite] ?