Need some help with Apache .htaccess
- by Legend
I am trying to setup an application that was built using the Zend framework. Let's say my subdomain is:
http://subdomain.domain.com
and that it points to the following:
http://www.domain.com/projectdir/
The structure of the project dir is the following:
application/
...
...
library/
...
...
public/
...
...
.htaccess
The…