I am a newbie with Zend framework. How do I run the url of project without the public folder name.I am using a shared hosting server .Anyway to change this by using .htacces ?. I should have the url look like myzfproject.mydomain.com. Please advise me
feedback
|
migrated from stackoverflow.com Dec 6 '11 at 2:45
This question came from our site for professional and enthusiast programmers.
|
The best solution is to point the site document root to the project's If you are using CPanel (as mentioned in the comments), you can simply add the Another option is to completely separate the For example, the contents of the The application can exist anywhere else, say The only change required would be to
| |||||||
feedback
|