| View previous topic :: View next topic |
| Author |
Message |
GMC
Joined: 15 Aug 2009 Posts: 172
|
Posted: Sep 25, 2009 8:08 am Post subject: Allowing members download the Uploading tool |
|
|
I am having a hell of a time getting the menu item to allow me to download the tool off my server
I have set up the menu item but no matter what i put in the address for the menu item I get a NOT FOUND error and a 404 error
Can someone help me with how I do this
This is the code I am using now
| Code: | | <a href="<TMPL_VAR site_url>/pages/Upit_Uploader_setup.rar.html"><TMPL_VAR lang_uploader></a> |
my site is at mydomain.com/file
I have managed to get another HTML page showing using this exact code - so i am confused why this wont work
Thanks
GMC |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2106 Location: UFO Lab
|
Posted: Sep 28, 2009 9:18 am Post subject: |
|
|
I recommend to upload Upit_Uploader_setup.rar to root htdocs folder and put code like this:
| Code: | | <a href="<TMPL_VAR site_url>/Upit_Uploader_setup.rar"><TMPL_VAR lang_uploader></a> |
|
|
| Back to top |
|
 |
GMC
Joined: 15 Aug 2009 Posts: 172
|
Posted: Sep 28, 2009 12:30 pm Post subject: |
|
|
| PilgrimX182 wrote: | I recommend to upload Upit_Uploader_setup.rar to root htdocs folder and put code like this:
| Code: | | <a href="<TMPL_VAR site_url>/Upit_Uploader_setup.rar"><TMPL_VAR lang_uploader></a> |
|
Thanks Pilgrim - I'll try that now
Welcome back! |
|
| Back to top |
|
 |
|