I installed XODA and it seems to work fine. Intuitive UI, simple to use, great.
But when I type the following URL:
http://subdomain.domain.com/files
in my browser the content of that directory is shown (in the standard courier lettertype browsers show this normally). /files is the directory where XODA starts uploading the files.
[size=small][font=Courier]Index of /files
Name Last modified Size Description
Parent Directory - [/font][/size]
.htaccess file (http://subdomain.domain.com/.htaccess) has the following content:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /?action=$1 [L,QSA]
I have the feeling that the problem has to do with .htaccess (failing to include subdirectories) but I’m not sure (and don’t know any solutions).
Is there someone with suggestions?
Tnx.