| View previous topic :: View next topic |
| Author |
Message |
hysuqa
Joined: 16 Feb 2008 Posts: 2
|
Posted: Feb 16, 2008 2:10 pm Post subject: somes problems ! |
|
|
Hi Sibosoft Team,
firstly Thank you for the best script.
I have purchase your script "XFileSharing", the installation passes good, but when I upload something, it's uplaoded fine, and she give me the link to file uploaded, but the link don't work !!
I need your help !
link to script : (link deleted: fixed problem )
I have Servage Hosting
Thank You in advance
Rashyed.
Last edited by hysuqa on Feb 20, 2008 6:30 pm; edited 1 time in total |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2134 Location: UFO Lab
|
Posted: Feb 18, 2008 7:50 am Post subject: |
|
|
Looks mod_rewrite not worked for download URL
Make sure you have .htaccess for htdocs folder in box folder.
I guess it should be for you like:
| Code: | | RewriteRule ^([0-9A-Z]{12})/([^\/]+)$ index.cgi?act=download1&id=$1&fname=$2 [L] |
You can PM me content of your .htaccess or FTP details if still will have problems. |
|
| Back to top |
|
 |
hysuqa
Joined: 16 Feb 2008 Posts: 2
|
Posted: Feb 18, 2008 1:57 pm Post subject: Thanks |
|
|
| Thank you for your help, it's fixed. |
|
| Back to top |
|
 |
|