If you have questions about using mojoPortal, you can post them here.
You may want to first review our site administration documentation to see if your question is answered there.
Hi,joe.
e.g I have a physical zip file in the dir /Data/a.zip, then I move it to the dir /Data/Sites/1/a.zip.
I want add a 301 redirect from /Data/a.zip to /Data/Sites/1/a.zip.
But I found this can't be success.
How should I do?
Thanks.
For static files I recommend use something outside of mojoPortal for redirects. You might be able to configure it with IIS directly, or you could use the IIS Url Rewriting module.
I see.
Thanks very much.