Karthik
Karthik

Reputation: 1488

Zend frame work url problem?

i am getting url is http://localhost:8888/qmc/public/index.php/get-quote

but i want to http://localhost:8888/get-quote..
using zend..

Upvotes: 1

Views: 261

Answers (1)

KomarSerjio
KomarSerjio

Reputation: 2911

You should configure your virtualhost and .htaccess file. Read this post for details.

Upvotes: 2

Related Questions