CodeIgniter Forums
Codeignitor - Indian Community - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1)
+--- Forum: Regional User Groups (https://forum.codeigniter.com/forumdisplay.php?fid=25)
+--- Thread: Codeignitor - Indian Community (/showthread.php?tid=563)

Pages: 1 2


Codeignitor - Indian Community - therenjithr - 12-18-2014

Welcome Indians. Let's Ignite code !


RE: Codeignitor - Indian Community - mbs108 - 02-05-2015

Happy to Join!

(12-18-2014, 09:52 PM)therenjithr Wrote: Welcome Indians. Let's Ignite code !



RE: Codeignitor - Indian Community - sajid19991 - 03-15-2015

Happy to be here...


RE: Codeignitor - Indian Community - prabhakar - 04-07-2015

Hi all


RE: Codeignitor - Indian Community - alkarim - 04-11-2015

Hello,karim here . learning codeignitor these days Smile


RE: Codeignitor - Indian Community - jithinjohnygeorge - 05-23-2015

Hi All.


RE: Codeignitor - Indian Community - madaan_tushar - 05-25-2015

Yoo!!


RE: Codeignitor - Indian Community - madaan_tushar - 05-25-2015

I am using codeigniter, it's quite easy, flexible and powerful. So, it will be great for us to share the ideas of CI


RE: Codeignitor - Indian Community - it.mahesh90 - 06-23-2015

how to write ht access file
my url always asking localhost:ci/index.php?home/index


RE: Codeignitor - Indian Community - muthu_k - 07-26-2015

(06-23-2015, 01:36 AM)[email protected] Wrote: how to write ht access file
my url always asking localhost:ci/index.php?home/index

RewriteEngine On  

RewriteCond %{REQUEST_URI} ^system.*  
RewriteRule ^(.*)$ /index.php/$1 [L]  
RewriteCond %{REQUEST_FILENAME} !-f  
RewriteCond %{REQUEST_FILENAME} !-d  
RewriteRule ^(.*)$ index.php?/$1 [L]


Hope u its help