This question already has an answer here:
- how can remove '/public' from url using htaccess for localhost and host server? 2 answers
I am new in zf2. Please help me.
I setup my new zend project on www.example.com/zend/
directory
but it didn't call directly. Its call via www.example.com/zend/public
How can i access directly access by www.example.com/zend/
this url. I don't want to any changes in virtual host. I want only use of .htaccess
file.
Kindly suggest me solution.