Infolinks In Text Ads

Showing posts with label CODEIGNITER. Show all posts
Showing posts with label CODEIGNITER. Show all posts

Wednesday, 15 July 2015

Remove index.php from Codeigniter Method 1 for working in local system step 1 : Open your text editor  commonly notepad++ or sublime  step 2 : paste any one of the below code in that file. Code 1 >> <IfModule mod_rewrite.c>         RewriteEngine On         RewriteBase /         # Removes index.php from ExpressionEngine URLs         RewriteCond %{THE_REQUEST}...