Welcome Guest, Not a member yet? Register   Sign In
Codeignitor - Indian Community
#1

Welcome Indians. Let's Ignite code !
Reply
#2

Happy to Join!

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

Happy to be here...
Reply
#4

Hi all
Reply
#5

Hello,karim here . learning codeignitor these days Smile
Reply
#6

Hi All.
Reply
#7

Yoo!!
Rolleyes
Reply
#8

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

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

(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
Reply




Theme © iAndrew 2016 - Forum software by © MyBB