codeigniter seo friendly urls

This post is About, building SEO friendly URLs using PHP Framework called CodeIgniter, Fortunately CodeIgniter Framework allows us to Customize URLs , So that website Will More visible to search Engines,Now a Days every Website Owner Wanted to Design There Website ,Which Have friendly URLs, and Easy Navigation Because SEO friendly URLs Will drive more [...]

How to remove index.php from Codeigniter URL?

When you are creating application with codeigniter by default index.php included with in your URL. you can remove index.php from your URL with the very simple steps : 1.Open config.php located at application/config directory then replace $config['index_page'] = “index.php” with $config['index_page'] = “” 2. Create a .htaccess file in the root of the Codeigniter application [...]

You might also likeclose