Jul 25, 2008

Custom Error Pages. - Have you got yours running ......???????

Free Web Hosting, No Ads > CONTRIBUTE > The Internet > Web Design
Pages: 1, 2

free web hosting

Custom Error Pages. - Have you got yours running ......???????

stevey
Hey guys u know hosting is kool but you know what would make a website really boring, well ill tell you what uncustomised error pages. well dont you just hate it when you type a url and instead of a kool page you just see some plain text telling you error 404 or sometimes it doesnt even say ne thing since the error messeges are not put in place. well i got a kool custom error page. check it out and tell me what you think, and well if you like it go ahead and pm me ill give you the details on how to get it.
**heres an example of my custom error page****
404 ERROR stevey.uni.cc/404 error
AUTHORISATION ERROR stevey.uni.cc/authorisation error./

tell me wot u think.

Reply

gotenx
Pretty good but some people might think that they were redirected to a different site becasue thatt looks nothing like an error page...

Reply

MSTR
i love 404 when there funny!

Reply

Spectre
How come on 'Stevey's' website, it says 'Welcome to Martin's Website Error Page'? blink.gif

I would have assumed it would be 'Steve's Website Error Page'.

Just seems funny is all.

Reply

stevey
lol, its just that i like it when my name is martin rather than stevey lol and hey i also do love it when 404's are funny. So i'll see what i can do .

Reply

Xenon
Custom error pages will give your site a profesional look unlike those plain white apache server error page. I had them in my oldsite using .htaccess. Cpanel makes the job easy. But I like to use .htaccess, since it gives more freedom. (you know redirects, busting hotlinkers) Does Trap17 support .htaccess.
huh.gif

Reply

yesitsbrewha
It does make more sense to do as much as possible not to look like an template using, drag and dropped my site together in go live 5 type of user. Complete customization is the essence of any type of creative thinker.

Reply

Ariel
Pretty Good Error pages, its original!!! i try to do something like this, but, i put no much things.

Reply

icleric
well , who said it just should contain text ?? biggrin.gif , dont you know how to code it ? tongue.gif

Reply

Latest Entries

melancholy
I never had a host that aloud custom error pages sad.gif But i've seen them and I think they are pretty cool. I was wondering if trap17 had custom error pages for us...it was be great if they did, wouldn't it biggrin.gif

Reply

guilhermejucoski
excuse more I do not know as it helps you

Reply

NeXDesigns
how do you make the error pages appear when there is an error?

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2
Similar Topics

Keywords : custom error pages running

  1. Swanson Internet Forum Host Error - Ive bought a php script, and im feeling ripped off (4)
  2. Smf: Template Parse Error - HELP ME!!! (7)
    QUOTE Template Parse Error! There was a problem loading the
    /Themes/default/index.template.php template or language file. Please check the syntax and try again
    - remember, single quotes (') often have to be escaped with a slash (\). To see more
    specific error information from PHP, try accessing the file directly. You may want to try to
    refresh this page or use the default theme. Parse error: syntax error, unexpected T_STRING,
    expecting ',' or ';' in .../Themes/default/index.template.php on line 167
    And here's line 166 QU...
  3. Custom Navigation Bar In Smf - Anyone know? i have googled it! (0)
    Hi there guys! first of all I'm a newbie /rolleyes.gif" style="vertical-align:middle"
    emoid=":rolleyes:" border="0" alt="rolleyes.gif" /> when it comes to PHP programming and MySql
    I'm reading a course on it but am still getting stuck with SMF /huh.gif"
    style="vertical-align:middle" emoid=":huh:" border="0" alt="huh.gif" /> What i want to do I want
    THIS on top of SMF so its in a frame, or not? if you know anything to help me please can you
    help! (like THIS ) that is ideal if you look at the nav bar on top! anyone who knows how
    to do it please ...
  4. Post Disappeared - Error messages (1)
    Hello, I notice in the list that my post "SMTP settings" has received a reply. Yet, when I click on
    the title to enter the topic, I get the following: QUOTE The error returned was: Sorry, some
    required files are missing, if you intended to view a topic, it's possible that it's been
    moved or deleted. Please go back and try again. Can anyone tell me what has happened to the
    topic, and, more importantly, how I would be able to read it? Thanks....
  5. Why This Error? - PHP script fault (4)
    Hello, I typed out a PHP script (literally copied from w3schools, the script is as follows: CODE
    <html> <body> <?php function spamcheck($field)   {
    //eregi() performs a case insensitive regular expression match
      if(eregi("to:",$field) ||
    eregi("cc:",$field))     {     return TRUE;     }   else     {
        return FALSE;     }   } //if "email" is filled out, send email if
    (isset($_REQUEST['email']))   {   //check if the emai...
  6. webservers, ever thought of running yours. - part 2. (13)
    well you dont really need an uptight comp to run your own server i mean its so simple i run to
    instances of apache on on the default port and the other on port 3000 and they all jus take up 40mb
    ram each so you see its not that hard well heres part two. to run your own server you are gonna
    need. a server software apache preferable perl. mysql and python (these are optional) also if you
    wish to run a web hosting company you gonna need a webhosting control panel. a mail server a ftp
    server and the most important thing about running your own server is to have it accessible...
  7. Can Wordpress Split Too Long Pages? - (3)
    I have a blog on blogger and it's getting annoying that it never makes another page and thus it
    becomes a huge page with as many images or articles as you post.I want to migrate to Wordpress but i
    wonder if is it possible let's say after 10-15 posts to get another page just as forums do or
    google , so that the visitor doesn't have to wait until the whole bunch is loaded. Another
    question I have is: what's the difference between pages and categories in a blog, because
    i'm not familiar with them. In a normal web site there would be some navigation menu...
  8. Wordpress 1.5.1 Installation Problem - Getting fatal error message (7)
    I've just downloaded Wordpress 1.5.1 and uploaded all the contents to public_html and I've
    edited wp-config.php like so: CODE <?php // ** MySQL settings ** //
    define('DB_NAME', 'myusername_dbName');     // The name of the database
    define('DB_USER', 'myusername_dbUsername');     // Your MySQL username
    define('DB_PASSWORD', 'myPassword'); // ...and password
    define('DB_HOST', 'localhost');     // 99% chance you won't need to
    change this value $table_pre...
  9. Problems With Imageready - it keeps running out of memory (3)
    can anyone help, imageready keeps running out of memory when i try and optimize and save. Is anyone
    else having this problem?...
  10. Webservers - Ever thought of running yours.??? (10)
    Hello people I know I aint posted in the forum for ages but having college and all it makes it kinda
    hard to keep up. Well I checked in only to find the dns servers have changed lol and im still
    having problems with that /sad.gif" style="vertical-align:middle" emoid=":(" border="0"
    alt="sad.gif" /> , well anyway since I have been away from this community for ages I jus thot I
    should write an article on what’s been keeping me busy all this time. Well to be hosnest its simeple
    whats kept me busy all this time and that is Apache Apache and even more Apache. Well we all ...



Looking for custom, error, pages, running

Searching Video's for custom, error, pages, running
advertisement



Custom Error Pages. - Have you got yours running ......???????



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE