⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

How to edit url



Hoàng Xuân Hán
  • profile picture
  • Member

Posted 13 September 2013 - 05:19 AM

I have use GroceryCrud . 

My url : http://example.com/adminpanel/loaidiadiem/view.html . I want to replace  http://example.com/adminpanel/loaidiadiem/view

And  http://example.com/adminpanel/loaidiadiem/view/edit.html/19 I want to replace http://example.com/adminpanel/loaidiadiem/view/edit/19. help me

 

 

 

 

 


davidoster
  • profile picture
  • Member

Posted 13 September 2013 - 17:36 PM

Hello and welcome to the forums [member=hoang xuan han].

Go under application/config and open the file config.php.

Look for the line $config['url_suffix'] = ''; and make sure there is an empty string like above.

For more information look here.