| View previous topic :: View next topic |
| Author |
Message |
masterf
Joined: 18 Sep 2008 Posts: 3
|
Posted: Sep 18, 2008 12:37 am Post subject: New User with new question |
|
|
Good day all,
can any one explain how can i install xfilesharing in subfolder in my site because i try to make it so many times but it didn't worked fine, and i hope from the administrators to make explanations supported by images to solve a lot of repated questions in this forum
thanks |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1901 Location: UFO Lab
|
Posted: Sep 18, 2008 8:22 am Post subject: |
|
|
2 important steps required:
1) Config URLs/Pats:
| Code: | # Your site URL, witout trailing /
site_url => 'http://site.com/subfolder',
# Your site cgi-bin URL, witout trailing /
site_cgi => 'http://site.com/cgi-bin/subfolder',
# Path to your site htdocs folder
site_path => '/var/www/htdocs/subfolder', |
2) .htaccess in htdocs:
Replace all
with
| Code: | | /cgi-bin/subfolder/ |
I think that's it. |
|
| Back to top |
|
 |
masterf
Joined: 18 Sep 2008 Posts: 3
|
Posted: Sep 18, 2008 3:25 pm Post subject: |
|
|
PilgrimX182,
Thanks for your reply, i will try it if its works i will let you know
best regards |
|
| Back to top |
|
 |
masterf
Joined: 18 Sep 2008 Posts: 3
|
Posted: Sep 19, 2008 2:08 am Post subject: |
|
|
PilgrimX182
i did as what you said, and it's works fine but i have two problems
1- in admin area i can not get the admin page ( settings - etc) even i enter the correct passowrd
2- after up load files it does not give me the links for the files it only show me "Transfer complete!". Note i make max upload files 10 files.
and one more thing. When i up load images can i use them direct from my server to be shown in forum with code [img] www.example.com[\img] |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1901 Location: UFO Lab
|
Posted: Sep 22, 2008 9:17 am Post subject: |
|
|
1) Probably you're using www. domain to login and have domain without www in settings of vice versa. What URL you're using?
2) Try to set "confirm_email" in config empty.
Also comment this piece of code in upload.cgi:
| Code: | | document.location='javascript:false'; |
3) Possible, only need to put uploads folder to htdocs (public_html) accessible from the web. |
|
| Back to top |
|
 |
|