Hi,
There isn't a way to do this in mojoPortal but IIS provides a couple of methods.
- Create a Virtual Directory named "downloads" pointing to \Data\Sites\[x]\downloads. A request for http://www.yoursite.url/downloads/somefile.ext will retrieve \Data\Sites\[x]\downloads\somefile.ext. The user will never see the /data/sites/[x]/downloads path.
- Use the IIS URL Rewrite Extension to rewrite a request for http://www.yoursite.url/downloads/somefile.ext to http://www.yoursite.url/data/sites/[x]/downloads/somefile.ext. Again, the user never sees the actual URL.
If you're using a hosted server that you don't have control over, you may not be able to use the URL Rewrite Extension because your hosting provider may not have it installed. Most hosting providers allow create of Virtual Directories so that shouldn't be a problem if you decide to go that route.
I don't know who mojoPortal.co.uk is but I know they're not officially connected to mojoPortal in any way.
HTH,
Joe D.