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
XFileSharing Free - New User with new question
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
2 important steps required:
1) Config URLs/Pats:
2) .htaccess in htdocs:
Replace all
with
I think that's it.
1) Config URLs/Pats:
Code: Select all
# 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',
Replace all
Code: Select all
/cgi-bin/
Code: Select all
/cgi-bin/subfolder/
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]
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]
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
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:
3) Possible, only need to put uploads folder to htdocs (public_html) accessible from the web.
2) Try to set "confirm_email" in config empty.
Also comment this piece of code in upload.cgi:
Code: Select all
document.location='javascript:false';