Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot preview files #1175

Closed
mrxehmad opened this issue May 10, 2024 · 2 comments
Closed

cannot preview files #1175

mrxehmad opened this issue May 10, 2024 · 2 comments

Comments

@mrxehmad
Copy link

Cannot preview files

I just installed this file browser to /var/www/html but in Root path for file manager
$root_path = '/DATA/Guest';

/DATA/Guest is where my files are stored

files are not preview nor direct link work only download button work
Please let me know how do i resolve this issue

image

@prasathmani
Copy link
Owner

try this,

$root_path = $_SERVER['DOCUMENT_ROOT'].'/DATA/Guest';
$root_url = 'DATA/Guest';

@mrxehmad
Copy link
Author

Thanks Man

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants