PHP Indonesia - Facebook | PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ | |
Malam :D Ane dapet masalah nih, setelah diupload k... Jul 20th 2013, 15:28, by Rangga Setiaga | Malam :D Ane dapet masalah nih, setelah diupload ke hosting kok tampilannya aneh. gak langsung muncul tampilan web, tapi kalo saya coba di kompi mah bisa. http://easyrentcar.agarirs.com/ |
| | indexnya dan htacces ketinggalan? |
| | indexnya di folder views kan ya ? kalo iya udah ke upload kok. ane pake CI 2xx
Nah kalo file htacces ane pake kode ini :
<IfModule mod_rewrite.c>
Options +FollowSymLinks RewriteEngine on
# Send request via index.php (again, not if its a real file or folder) RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d
<IfModule mod_php5.c> RewriteRule ^(.*)$ index.php/$1 [L] </IfModule>
<IfModule !mod_php5.c> RewriteRule ^(.*)$ index.php?/$1 [L] </IfModule>
</IfModule> |
| | index di root |
| | simak |
| | Oh iya ane baru sadar om hhah .. thx ya :D |
| | kembali | | |
|
Tidak ada komentar:
Posting Komentar