Postingan

Menampilkan postingan dari November, 2015

Htaccess for codeigniter

If you can't access you link use base_url. May be this cause your htaccess. You must add .htaccess. I find one .htaccess, and it's work.. --- RewriteEngine On RewriteCond $1 !^(index\.php|captcha|css|font-awesome|fonts|images|js|tiny_mce|files|Dump|alamat\.txt|robots\.txt) RewriteRule ^(.*)$ / your web /index.php/$1 [L] --