GaMerZ.Scripts > GaMerZ File Explorer

Getting Error (cant download or display)

(1/1)

gombez:
i've set the config like this

================================================
### The Absolute Path Of The Folder That You Want To Show It's Contents (Without Trailing Slash)
// Example: /home/user/public_html/files
$root_directory = '/home/gombezwe/public_html/files';

### The URL To That Folder (Without Trailing Slash)
// Example: http://gombez.web.id/files
$root_url = 'http://gombez.web.id/files';

### The Absolute Path Of The Folder You Uploaded The Files Of GaMerZ File Explorer (Without Trailing Slash)
// Example: /home/user/public_html/gfe
$gfe_directory = '/home/gombezwe/public_html/gudang';

### The URL That Folder (Without Trailing Slash)
// Example: http://www.yoursite.com/gfe
$gfe_url = 'http://gombez.web.id/gudang';

### Your Site Name
$site_name = 'GaMerZ.File.Explorer';

### Root File Name
$root_filename = 'index.php';

### Enable The Use Of Nice URL (Requires Apache To Have mod_rewrite Enabled)
// true: Enable | false: Disable
$nice_url = true;

### Enable Searching Of Files (Please Disable This If You Are On A High Traffic Site)
// true: Enable | false: Disable
$can_search = true;

### Default Sort Field
// name | size | type | date
$default_sort_by = 'date';

### Default Sort Order
// asc | desc
$default_sort_order = 'desc';
?>
============================================

i opened gombez.web.id/gudang it seems work well. but if i try to download or display a file i got error like this

The requested URL /files/view.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

what should i do? i think ive already follow all the instruction for the installation

GaMerZ:
set $nice_url to false

Navigation

[0] Message Index

Go to full version