Selasa, 29 Oktober 2013

PHP Indonesia - Facebook: Apakah .htaccess tidak bekerja pada localhost? me...

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. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Shop Best Buy

Find this week's deals in computers, cameras, phones, and more! Choose store pick up or other shipment options.
From our sponsors
Apakah .htaccess tidak bekerja pada localhost? me...
Oct 29th 2013, 14:22, by Joy Singgih Yee

Joy Singgih Yee 2:22pm Oct 29
Apakah .htaccess tidak bekerja pada localhost?

mengapa jadi server error!

OQ 2:23pm Oct 29
htaccess bisa juga gan di local ...
nyetting nya salah mungkin gan ...
coba paste di sini ...

Joy Singgih Yee 2:24pm Oct 29
ga gan bener kok

الفين شفوطر 2:25pm Oct 29
apakah setting apachenya mengijinkan overwriting?

Imbong 2:25pm Oct 29
SS aja error y om g usah malu" :v :v

OQ 2:25pm Oct 29
oh mungkin di local nya blom mod_rewrite blom aktif ...

Joy Singgih Yee 2:25pm Oct 29
ngapain malu malu?

Panji Agung Nitanto 2:26pm Oct 29
Nah iya, mna ss nya?

Joy Singgih Yee 2:27pm Oct 29
sabar lah

Chandra Aditya Pinuyut 2:29pm Oct 29
coba kirimin deh isi file .Htaccess mu

Joy Singgih Yee 2:31pm Oct 29
RewriteEngine on
RewriteCond %{REQUEST_FILE_NAME} ! - d
RewriteCond%{REQUEST_FILENAME}\.php -f
RewriteRule ^(,*)$$1.php

Haris Sandi 2:32pm Oct 29
settingan .htaccess nya salah kali kao gan

Ethernal D' InZide 2:33pm Oct 29
httaccess tetap berjalan dalam localhot koq


الفين شفوطر 2:33pm Oct 29
apa bener itu $$1.php?

Joy Singgih Yee 2:34pm Oct 29
iya

Joy Singgih Yee 2:35pm Oct 29
emang $$1.php apaan saya ga ngerti

Chandra Aditya Pinuyut 2:35pm Oct 29
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(,*)$ $1.php

Joy Singgih Yee 2:35pm Oct 29
http://stackoverflow.com/questions/16646310/how-to-hide-php-extension-from-webpages

Chandra Aditya Pinuyut 2:36pm Oct 29
RewriteCond %{REQUEST_FILE_NAME} ! - d <-- salah seharusnya RewriteCond %{REQUEST_FILENAME} !-d

Gunawan Mujur Wibisono 2:36pm Oct 29
RewriteRule ^(,*)$$1.php >> apa ini??

الفين شفوطر 2:37pm Oct 29
tau cara membaca htacces yang kamu buat?

Joy Singgih Yee 2:37pm Oct 29
kok malah jadi object not found

Joy Singgih Yee 2:37pm Oct 29
saya ga buat, saya copas -_-"

Haris Sandi 2:39pm Oct 29
klo pke ini :

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

Joy Singgih Yee 2:42pm Oct 29
^ pake itu bisa, tapi cuma index doang, gimana biar yang lain bisa gan?

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