Setting Error 404 Pada Web based Regnow10
Forum Yang Unik dan Asyik!
Daftar Gratis!
Nama USER ID BISA Gonta-ganti Sesuka HATI!
Daftar! Gratis! Enjoy!
Saling bertukar pengalaman, menambah wawasan Kepada Semua Member Nemo share yang ada.


Ayo buruan daftar! Sebelum Forum ini jadi Berbayar!


Join the forum, it's quick and easy

Setting Error 404 Pada Web based Regnow10
Forum Yang Unik dan Asyik!
Daftar Gratis!
Nama USER ID BISA Gonta-ganti Sesuka HATI!
Daftar! Gratis! Enjoy!
Saling bertukar pengalaman, menambah wawasan Kepada Semua Member Nemo share yang ada.


Ayo buruan daftar! Sebelum Forum ini jadi Berbayar!
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Setting Error 404 Pada Web based Btn_donateCC_LG
Latest topics
» Sengoku basara season 1&2 [COMPLETE] (Paket Hemat 55-60 MB)
Setting Error 404 Pada Web based EmptyMon Jul 08, 2013 9:38 am by epen18

» Microsoft Office 2010 – Install Tanpa Cd Key atau Serial
Setting Error 404 Pada Web based EmptyWed Sep 19, 2012 6:47 pm by vifi

» Perkenalkan
Setting Error 404 Pada Web based EmptyMon Feb 27, 2012 8:41 pm by SATPAM

»  Diskusi Naruto Chapter 573 dan Prediksi Chapter 574
Setting Error 404 Pada Web based EmptySat Feb 11, 2012 4:52 pm by Night Fury

» Welcome To NEMOSHARE salam hangat buat member http://www.indofanster.org
Setting Error 404 Pada Web based EmptySat Feb 04, 2012 11:03 pm by Lulz

» Diskusi Naruto 572 n prediksi Naruto 573
Setting Error 404 Pada Web based EmptyFri Feb 03, 2012 9:25 am by Night Fury

» Diskusi Nokia Asha 303
Setting Error 404 Pada Web based EmptyTue Jan 31, 2012 3:10 pm by SATPAM

» Cara Buat Virus Sederhana Buat Isengin Temen.
Setting Error 404 Pada Web based EmptyMon Jan 30, 2012 4:58 pm by SATPAM

» Hosting Gratisan Indonesia
Setting Error 404 Pada Web based EmptyMon Jan 30, 2012 7:22 am by SATPAM

» Pengajian MTA di Kudus Dibubarkan Paksa
Setting Error 404 Pada Web based EmptyMon Jan 30, 2012 6:22 am by SATPAM


Setting Error 404 Pada Web based

3 posters

Go down

Setting Error 404 Pada Web based Empty Setting Error 404 Pada Web based

Post by cotalika Mon Jul 25, 2011 11:13 pm

sorry si cupu come bakc lagi.. Setting Error 404 Pada Web based 4209083858 Setting Error 404 Pada Web based 4209083858
dapat ilmu sedikit,lumayan bagus juga sih..!!

iseng-iseng nyari artikel ngedit php, ehh dapat setting error 404 nih.!!
langsung aja dahh.. susah mau di jelasinnya hehhe

pertama pada file .htaccess di webhosting anda ganti dengan ini :

Code:
ErrorDocument 403 /error.php
ErrorDocument 404 /error.php
ErrorDocument 500 /error.php

lalu anda buat file baru lagi ..
anda beri error.php
dan masukin coding berikut :

Code:
<?php
$status = $_SERVER['REDIRECT_STATUS'];
$codes = array(
        403 => array('403 Forbidden', 'The server has refused to fulfill your request.'),
        404 => array('404 Not Found', 'The document or file requested was not found.'),
        405 => array('405 Method Not Allowed', 'The method specified in the Request-Line is not allowed for the specified resource.'),
        408 => array('408 Request Timeout', 'Your browser failed to send a request in the time allowed by the server.'),
        500 => array('500 Internal Server Error', 'The request was unsuccessful due to an unexpected condition encountered by the server.'),
        502 => array('502 Bad Gateway', 'The server received an invalid response from the upstream server while trying to fulfill the request.'),
        504 => array('504 Gateway Timeout', 'The upstream server failed to send a request in the time allowed by the server.')
        );
$title = $codes[$status][0];
$message = $codes[$status][1];
if ($title == false || strlen($status) != 3) {
    $message = 'Please supply a valid status code.';
}
echo '<p><h1>' . $title . '</h1></p>' .
    '<p>' . $message . '</p>';
?>

Contoh coding di atas bisa anda ganti dengan coding anda sendiri..!!
lebih baik cari coding orang lalu edit.. ituh simple buka.. hehhe Setting Error 404 Pada Web based 4008189914 Setting Error 404 Pada Web based 4008189914

hasilnya seperti ini http://cotalika.web44.net/ nah dalam keadaan normal..
saat anda ubah namanya menjadi http://cotalika.web44.net/tes.error

maka akan direct ke file errornya..!!
Setting Error 404 Pada Web based 4008189914 Setting Error 404 Pada Web based 4008189914

cukup dulu yah mudah-mudahan Mantapdah Nemoshare..!!

Setting Error 404 Pada Web based 1473750239 Setting Error 404 Pada Web based 1473750239 Setting Error 404 Pada Web based 1473750239 Setting Error 404 Pada Web based 1473750239 Setting Error 404 Pada Web based 1473750239
Setting Error 404 Pada Web based 960134461 Setting Error 404 Pada Web based 960134461 Setting Error 404 Pada Web based 960134461 anee vakum back lagi..!!

cotalika
newbie
newbie

Posting : 46
Points : 80
Join date : 2011-06-21
Age : 30

Back to top Go down

Setting Error 404 Pada Web based Empty Re: Setting Error 404 Pada Web based

Post by Night Fury Tue Jul 26, 2011 8:49 am

Percobaan di mulai Setting Error 404 Pada Web based 328602450

sep n nice posting
Night Fury
Night Fury
Administrator
Administrator

Posting : 561
Points : 1389
Join date : 2011-07-01
Age : 31
Lokasi : Sektor V [Bekasi MODE: ON]

Back to top Go down

Setting Error 404 Pada Web based Empty Re: Setting Error 404 Pada Web based

Post by cotalika Tue Jul 26, 2011 2:50 pm

lanjutkan...!!! Setting Error 404 Pada Web based 4008189914

cotalika
newbie
newbie

Posting : 46
Points : 80
Join date : 2011-06-21
Age : 30

Back to top Go down

Setting Error 404 Pada Web based Empty Re: Setting Error 404 Pada Web based

Post by cretoz Tue Jul 26, 2011 10:40 pm

maaf saya newbie ...

mw, numpang tanya mas brow....

saya punya web nih berbentuk blog ,

trus ,

cara buka file .htaccess di webhostingnya gimana ???





cretoz
newbie
newbie

Posting : 5
Points : 5
Join date : 2011-07-26
Age : 29
Lokasi : batam

http://cretoz.blogspot.com

Back to top Go down

Setting Error 404 Pada Web based Empty Re: Setting Error 404 Pada Web based

Post by cotalika Wed Jul 27, 2011 7:46 pm

cretoz wrote:maaf saya newbie ...

mw, numpang tanya mas brow....

saya punya web nih berbentuk blog ,

trus ,

cara buka file .htaccess di webhostingnya gimana ???

maksudnya giamana Pak..??

bapak punya Blog ituh open source atau apa nih yang dari Google punya..??
kalau emang bapak dari Open source pastinyakan harus punya Hosting..!!

jadi di situh pasti ada pada public_html nya..!!

kalau emang dari punya Google ituh lain Pak..!!
di punya google ituh setahu saya cuma bisa mendirect blog kita beberapa menit ke blog lain..!!

Maaf pak kalau saya kurang bisa membantu.. jarang Ol..!! Setting Error 404 Pada Web based 1252332150 Setting Error 404 Pada Web based 1252332150

cotalika
newbie
newbie

Posting : 46
Points : 80
Join date : 2011-06-21
Age : 30

Back to top Go down

Setting Error 404 Pada Web based Empty Re: Setting Error 404 Pada Web based

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum