Sabtu, 20 Juli 2013

PHP Indonesia - Facebook: Malam :D Ane dapet masalah nih, setelah diupload k...

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

Rangga Setiaga 3:28pm Jul 20
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/

Gunawan Mujur Wibisono 3:31pm Jul 20
indexnya dan htacces ketinggalan?

Rangga Setiaga 3:35pm Jul 20
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>

Gunawan Mujur Wibisono 3:35pm Jul 20
index di root

Abdillah Hasny 3:36pm Jul 20
simak

Rangga Setiaga 3:40pm Jul 20
Oh iya ane baru sadar om hhah ..
thx ya :D

Gunawan Mujur Wibisono 3:42pm Jul 20
kembali

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar