Freenas and extplorer

Status
Not open for further replies.

j210868k

Cadet
Joined
Dec 29, 2011
Messages
3
I install extplorer in a freenas 8 system. The steps were the above:
1. i download extplorer
2. i unpack under /usr/local/www/extplorer
3. in firefox i give http://***.***.***.***/extplorer but nothing happend. Web browser returns me blank freenas web interface.
Am i doing something wrong;
 

j210868k

Cadet
Joined
Dec 29, 2011
Messages
3
I modify lighttpd.conf as above
alias.url = (
"/media" => "/usr/local/www/freenasUI/media",
"/freenas/media" => "/usr/local/www/freenasUI/media",
"/dojango" => "/usr/local/www/freenasUI/dojango",
"/ex" => "/usr/local/www/extplorer",
)

url.rewrite-once = (
"^(/media.*)$" => "$1",
"^(/freenas/media.*)$" => "$1",
"^(/dojango.*)$" => "$1",
"^(/ex.*)$" => "$1",
"^/favicon\.ico$" => "/media/favicon.ico",
"^(/.*)$" => "/mysite.fcgi$1",
Now i can access the extplorer directory (/usr/local/www/extplorer) from my browser but i have problem with php. Lighttpd server refuse execute .php scripts and returns http error 403 (403 - Forbidden).
Something goes wrong with my php installation. I installed php with no errors but i dont know if the installation wend correctly.
Any ideas;
 
Status
Not open for further replies.
Top