View Single Post
  #3 (permalink)  
Old 06-22-2008, 11:22 PM
dele454's Avatar
dele454 dele454 is offline
Member
 
Join Date: Jun 2008
Posts: 48
Default

Another solution is to make sure that in your http.conf file, Virtual Host specified should have the AllowOverride rule set to 'All' and not 'None' with that the your URL should now work as http://domain/controller/action. This will still work though http://domain/index.php/controller/action even this http://domain/index.phpcontroller/action - All pointing to the same page!!
Reply With Quote