SIPA NURAENI

TUTORIAL CODEIGNITER-CARA MENGHILANGKAN INDEX.PHP


Berikut adalah tutorial cara menghilangkan Index.php :


1. Buka text editor dan isikan dengan kode dibawah ini.




<IfModule mod_rewrite.c> 
   RewriteCond %{REQUEST_FILENAME} !-f 
   RewriteCond %{REQUEST_FILENAME} !-d 
   
   RewriteEngine on 
   RewriteRule ^(.*)$ index.php/$1 [L] 
 </IfModule> 

2. Simpan dengan nama .htaccess.

Kemudian simpan file tersebut di folder root crud-sound


3. Setelah itu buka file Config.php dari folder Application/Config



4. Ganti base_url dengan http://localhost/crud-sound;


5. Kemudian cari index_page


6. Hapus isinya


7. Selanjutnya tes pemanggilan file dengan mengetikkan:



8. Selanjutnya tes konfigurasi nya tanpa index.php, apabila tampil seperti berikut berarti konfigurasi untuk menghilangkan index.php nya telah berhasil.


Posting Komentar

0 Komentar