Content you want the user to see goes here.

Tampilkan postingan dengan label .htaccess. Tampilkan semua postingan
Tampilkan postingan dengan label .htaccess. Tampilkan semua postingan

Senin, 20 Oktober 2014

Hallo semua, mpu-nya mau share file .htaccess yang biasa mpu-nya pake untuk Framework Codeigniter

DirectoryIndex index.php
RewriteEngine on
RewriteCond $1 !^(index\.php|images|css|js|robots\.txt|favicon\.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php/$1 [L,QSA]

Silahkan dicoba ^_^