Minggu, 17 November 2013

PHP Indonesia - Facebook: [ASKING] pada web biasanya kita menggunakan .php; ...

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/ 
Mobile Game Development Course

Learn how to create awesome HTML5 games that run on iPhone, iPad, Android and Desktop! Sign up today for this $99 online course.
From our sponsors
[ASKING] pada web biasanya kita menggunakan .php; ...
Nov 17th 2013, 14:09, by Cres Thover

Cres Thover 2:09pm Nov 17
[ASKING]
pada web biasanya kita menggunakan .php; .html dsb
jika saya inggin membuat tanpa .php; .html dsb gimana ya??
ntar jadinya "http://phpindonesia.net/php" << contoh
bukan seperti ini "http://phpindonesia.net/php/"

Bendt Öziel 2:11pm Nov 17
Bisa .. lupa lgi nmnya .. htaccesnya gtu klo ga salah .. cr aja dulu di google .. delete ekstention url php

Iqbal Mohamad Hikmat 2:15pm Nov 17
buat file .htaccess di folder root,
isinya (ini untuk hilangin .php, kalo .html tnggal gnti sma html)
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php
#cmiiw :D

Nanda Sholatul Akbar 2:19pm Nov 17
http://blogsena4.blogspot.com/2013/06/cara-menghapus-ekstensi-file-php-pada.html

GhaLi 2:33pm Nov 17
disetiap folder gunakan file index.html atau index.php, jadi link-nya kasi ke folder-nya saja, tidak usah link ke file-nya. otomatis akan terbaca file index-nya

Cres Thover 2:35pm Nov 17
Bendt Öziel, Iqbal Mohamad Hikmat, Nanda Sholatul Akbar : Thanks Ya :*
GhaLi : Aku bilang bukan gitu tapi thanks

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