Posts Tagged with "URL"

Removing index.php from website url – Codeigniter

Monday, June 13, 2011

4 Comments

Removing the “index.php” filename from the URL makes the website nice and also search engines like it. It is easy to remove the index.php from the URL in CodeIgniter website. Here are the three little steps. Enable the apache ModRewrite module. If you are using wamp server you do it by using the menu in [...]

Continue reading...