1

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..

deceze
  • 510,633
  • 85
  • 743
  • 889
Karthik
  • 1,428
  • 3
  • 17
  • 29
  • There are a lot of similar question here, please check out them: http://stackoverflow.com/questions/4992237/zend-framework-application-without-virtual-hosts/4992373 http://stackoverflow.com/questions/4274839/zend-app-on-host-without-mod-rewrite-and-no-virtual-hosts http://stackoverflow.com/questions/4151246/install-zend-framework-without-apache-virtual-hosts – ksimon Feb 15 '11 at 12:39
  • Could you please stop indenting *all* your text? Indented text is for code. – deceze Feb 15 '11 at 12:39

1 Answers1

2

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

KomarSerjio
  • 2,861
  • 1
  • 16
  • 12