Hello
I set the DocumentRoot to the top level directory of my website like
this:
<VirtualHost *>
Servername mydomain.com
ServerAlias ape.mydomain.com
ServerAlias *.ape.mydomain.com
DocumentRoot /var/www/vhosts/mydomain.com/httpdocs
</VirtualHost>
And my folder tree looks like:
/var
/www
/vhosts
/lib.com
/httpdoc
- index.html
/ape-jsf
/Tools
/Check >> Not Found error
- test.txt >> works fine
- test.html >> Not Found error
...
when i visit 'http://mydomain.com/ape-jsf/Tools/Check' i still get
'Not Found' error.
However, i wanted to make a test, so i uploaded a file named
'test.txt' to '/ape-jsf/Tools/Check' and when i visited 'http://
mydomain.com/ape-jsf/Tools/Check/test.txt' it did appear OK, But when
i renamed 'test.txt' to 'test.html' and visited 'http://mydomain.com/
ape-jsf/Tools/Check/test.html' I got 'Not Found' error again! so
what's the problem?
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/