Do I have to put a ScriptAlias for / in the config? This is the current config:
ScriptAlias /cgi-bin/ /htdocs/users/<username>/<domain>/cgi-bin/
Would something like this be the correct way to get this working? It does work, but I'm not sure if this is the best idea.
ScriptAlias / /htdocs/users/<username>/<domain>/
Please advise.