AskApache Logo Search results

Search AskApache

errordocument

  Search Feed
  Search Comments Feed

Clusty

Technorati

Ask.com

GigaBlast

Yahoo


Search for errordocument at Google

Results 1 - 65 for errordocument with Safesearch on. (0.22 seconds) 
  1. Security Tips for Securing your website, server, blog using .htaccess

    Common STATUS Codes and ErrorDocument Implementations .... errordocument 401 /error/401.html AuthType Basic AuthName "site" AuthUserFile <path to .htpasswd> …
    htaccess/security-with-apache-htaccess.html
  2. Askapache website

    … http://askapache.com/htaccess/apache-status-code-headers-errordocument. html #======== 1xx ErrorDocument 100 /error-100/ ErrorDocument 101 /error-101/ …
    z.askapache.com/pdf/htaccess.txt
  3. Blocking Bad Bots and Scrapers with .htaccess

    ErrorDocument 403 /403.html RewriteEngine On RewriteBase / # IF THE UA ..... Stupid newbie question, but do you need to make an ErrorDocument page for …
    htaccess/blocking-bad-bots-and-scrapers-with-htaccess.html
  4. example.htaccess

    FileInfo (allows AddType, DefaultType, ErrorDocument etc. in .htaccess file) # 3. Indexes (allows DirectoryIndex, FancyIndexing, IndexOptions etc. in …
    z.askapache.com/htaccess-file.txt
  5. List of 57 HTTP Status Codes and Apache ErrorDocuments

    Once I compiled the list of Apache recognized HTTP Status Codes, I was dying to see them all in action (i.e. the corresponding ErrorDocument). …
    htaccess/apache-status-code-headers-errordocument.html
  6. [PDF]

    sample−powweb−htaccess.txt[−] Page 1

    File Format: PDF/Adobe Acrobat - View as HTML
    ErrorDocument 206 /ERROR/206.html. ErrorDocument 401 /ERROR/401.html. ErrorDocument 403 /ERROR/403.html. ErrorDocument 404 /ERROR/404.html …
    z.askapache.com/powweb/powweb-htaccess.pdf
  7. Password Protection and Authentication Locking down Apache with …

    DEFAULT SETTINGS # Options +ExecCGI -Indexes DirectoryIndex index.php index.html index.htm ErrorDocument 400 /cgi-bin/error.php ErrorDocument 401 …
    htaccess/apache-authentication-in-htaccess.html
  8. [PDF]

    Ultimate htaccess Article - askApache

    File Format: PDF/Adobe Acrobat - View as HTML
    Article: Additional ErrorDocument Info and Examples. ErrorDocument 404 /favicon. ico. ErrorDocument 403 https://secure.htaccesselite.com …
    z.askapache.com/pdf/ultimate-apache-htaccess1.pdf
  9. Crazy Advanced Mod_Rewrite Tutorial

    so I was hoping for a .htaccess only solution to force the 403 error document when we detect these. I came across the [F] flag, which I will try this …
    htaccess/crazy-advanced-mod_rewrite-tutorial.html
  10. Rewrite underscores to hyphens for SEO URL

    ErrorDocument 400 http://www.sicaktakip/error_404.html … ErrorDocument 500/http://www.sicaktakip/index.php RewriteCond %{QUERY_STRING} ^source= …
    htaccess/rewrite-underscores-to-hyphens-for-seo-url.html
  11. Log all .htaccess/.htpasswd logins

    This points to your logging script, doesn't have to be php ErrorDocument 401 … ErrorDocument 401 /logins.php RewriteEngine On RewriteBase / RewriteCond …
    htaccess/htaccess-htpasswd-basic-auth.html
  12. .htaccess - Wikipedia

    SSLOptions +StrictRequire SSLRequireSSL SSLRequire %{HTTP_HOST} eq "site.com" #or www.site.com ErrorDocument 403 https://site.com …
    htaccess/htaccess-wikipedia.html
  13. SEO Boost from 404 Plugin? Focus on humans

    Add ErrorDocument 404 /index.php?error=404 to your .htaccess file. What is a Google API Key? The Google Ajax API Key. How do I get a Google API Key? …
    seo/404-google-wordpress-plugin.html
  14. .htaccess files - Ultimate htaccess Guide

    … AcceptPathInfo (core.c) Allowed in *.conf anywhere and in .htaccess when AllowOverride includes FileInfo AccessFileName (core.c) ErrorDocument (core.c) …
    htaccess/apache-htaccess.html
  15. 301 Redirect Cheatsheet - mod_rewrite, javascript, cfm, perl, php …

    Redirect with ErrorDocument in apache htaccess. 302 Redirect … See also Force Apache to output any HTTP Status Code with ErrorDocument
    htaccess/list-of-methods-to-redirect-users-to-different-page.html
  16. mod_security Guide and Examples of use in .htaccess

    mod_security gives you the option to block, redirect, handle using an errordocument, PAUSE, close, and chain connections. If someone is spamming your blog …
    htaccess/mod_security-htaccess-tricks.html
  17. (HTTP Access) An authorization system for Unix-based Web servers …

    err.php?e=000 ErrorDocument 400 /err.php?e=400 ErrorDocument 401 /err.php?e=401 ErrorDocument 402 /err.php?e=402 ErrorDocument 403 /err.php?e=403 …
    z.askapache.com/shell-scripts/htaccess.txt
  18. Securing php.ini and php.cgi with .htaccess

    r) { /* The recursive error was caused by an ErrorDocument specifying * an internal redirect to a bad URI. ap_internal_redirect has * changed the filter …
    htaccess/php-cgi-redirect_status.html
  19. htaccess Tutorial for Apache Webmasters

    Redirect everyone to different site except 1 IP. ErrorDocument 403 http://www.htaccesselite.com Order deny,allow Deny from all Allow from 1.1.1.1 …
    htaccess/htaccess-for-webmasters.html
  20. HTTPS / SSL Apache Tips, .htaccess Tricks, and Server Hacks

    SSLOptions +StrictRequire SSLRequireSSL SSLRequire %{HTTP_HOST} eq "askapache.com" ErrorDocument 403 https://askapache.com …
    htaccess/ssl-example-usage-in-htaccess.html
  21. AskApache Web Development

    SSLOptions +StrictRequire SSLRequireSSL SSLRequire %{HTTP_HOST} eq "google.com" ErrorDocument 403 https://google.com. Some of the Ins and Outs of using SSL …
  22. Apache SSL in htaccess examples

    If any of the required conditions are not met the server returns a 403 Forbidden Status Code (before mod_rewrite starts) and the ErrorDocument directive …
    htaccess/apache-ssl-in-htaccess-examples.html
  23. 503 Status Code Search Engine SEO

    ErrorDocument 503 /maintenance.htm # Custom 503 error page # Developer Address RewriteCond %{REMOTE_ADDR} !^192\.168\.1\.1$ # Only rewrite dynamic pages …
    htaccess/503-service-temporarily-unavailable.html
  24. Links to htaccess tutorials and articles

    … Custom PHP.ini tips and tricks · HTTP Status Codes and ErrorDocument · AskApache Password Protection, For · Sending POST form data with php CUR …
    htaccess/best-htaccess-tutorials-and-articles.html
  25. Password Protect your Blog with Apache .htaccess and .htpasswd

    Options -Indexes DirectoryIndex /wordpress/index.php ErrorDocument 403 /forbidden.html RewriteEngine On RewriteBase / RewriteCond %{THE_REQUEST} ^[A-Z]{3 …
    wordpress/htaccess-password-protect.html
  26. Execute commands on your server using a telnet-like PHP shell …

    See Using the Allow Directive in Apache htaccess for more info. Order deny,allow Deny from all Allow from 1.1.1.1 ErrorDocument 403 http://redirecthere.com …
    tools/php-and-ajax-shell-console.html
  27. SEO Traffic Boost Confirmed from 404 Plugin

    Visitors who travel to a non-existant URI on your blog will be shown this super-user-friendly ErrorDocument and they will most-likely locate what they were …
    seo/google-ajax-search-seo-tips.html
  28. Htaccess SEO Trends by Google

    Using Google Trends to highlight some server, programming, and .htaccess trends.
    htaccess/htaccess-seo-trends.html
  29. Debug apache log files from php

    Options +FollowSymLinks ErrorDocument 404 /phpinfo.php … ErrorDocument 403 http://www.domain.com Order deny,allow Deny from all Allow from 2.3.65.6 …
    htaccess/debug-apache-log-files-from-php.html
  30. SEO (Search Engine Optimization) Articles (2)

    … HTTP Status Codes and ErrorDocument · AskApache Password Protection, For … 301/401/501 error redirection · htaccess ErrorDocument Examples …
    seo/page/2/
  31. Upgrading to DreamHost Private Servers

    May 29, 2008 … Eventually I located the problem to be an ErrorDocument 500 directive in my .htaccess that was pointing to a php file instead of a static . …
    dreamhost/dreamhostps-private-server.html
  32. WordPress Plugin Displays the Type of Document, is_page, is_single …

    … htaccess rewrite, htaccess · Custom PHP.ini tips and tricks · HTTP Status Codes and ErrorDocument · AskApache Password Protection, For …
    wordpress/what-is-this-plugin.html
  33. WP-Plugin Updated: WordPress Internal Rewrite Viewer

    … HTTP Status Codes and ErrorDocument · AskApache Password Protection, For · Sending POST form data with php CUR · Speed Up Sites with htaccess Cachin …
    wordpress/wp-plugin-rewriterules-updated.html
  34. Alternate Content based on the Time with mod_rewrite in .htaccess

    Jul 10, 2007 … Hack WP-Cache for Maximum Speed · htaccess rewrite, htaccess · Custom PHP.ini tips and tricks · HTTP Status Codes and ErrorDocument
    htaccess/time_hour-rewritecond-time.html
  35. http://www.askapache.com/htaccess/apache-htaccess.html …

    ErrorDocument 206 /ERROR/206.html ErrorDocument 401 /ERROR/401.html ErrorDocument 403 /ERROR/403.html ErrorDocument 404 /ERROR/404.html ErrorDocument
    z.askapache.com/powweb/sample-powweb-htaccess.txt
  36. Best-practice Web Design Process

    … Boost SEO, Drive Traffic with the 4 · HTTP Status Codes and ErrorDocument · Instruct Search Engines to come bac · Apache Web Server Speed Configurati …
    web-design/best-practice-web-design-process.html
  37. SEO (Search Engine Optimization) Articles

    Sweet! «Take My 404 for a Test-Drive · Related · errordocument · RDF · RSS | Published on July 1, 2008 at 11:11 am. SEO Secrets of AskApache.com …
    seo/
  38. sample-powweb-htaccess.txt[-] Page 1 #> http://www.askapache.com …

    comServerSignature off ### ERRORDOCUMENTS ###ErrorDocument 206 /ERROR/206.html … htmlErrorDocument 403 /ERROR/403.html ErrorDocument 404 /ERROR/404. …
    z.askapache.com/powweb/powweb-htaccess.txt
  39. 100

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. AskApache Web Development …
    z.askapache.com/pdf/status1.html
  40. IP Abuse Detection for DreamHost

    Jan 16, 2008 … PHP.ini tips and tricks · HTTP Status Codes and ErrorDocument · AskApache Password Protection, For · Sending POST form data with php CUR …
    security/htaccess-ip-blocking.html
  41. Apache .htaccess Directives and Loaded Modules allowed on …

    ErrorDocument core.c. Change responses for HTTP errors. Allowed in httpd.conf and .htaccess. AllowOverride core.c. Controls what groups of directives can be …
    htaccess/dreamhost-modules-directives.html
  42. Notes from Apache HTTPD Source Code

    But if the ErrorDocument * was a local redirect and the requested resource failed * for any reason, the custom_response will still hold the * redirect URL. …
    htaccess/notes-apache-httpd-source.html
  43. Core ModSecurity Rule Set ver.1.5 # Copyright (C) 2006-2007 Breach …

    You can do this using # the Apache ErrorDocument directive. You should also add # mod_unique_id to your configuration and display the unique # request ID on …
    z.askapache.com/httpd/modules/modsecurity-apache_2.1.4/rules/modsecurity_crs_10_config.conf
  44. Search Engine Optimization for WordPress Blogs

    .htaccess Forum · htaccess ErrorDocument Examples · Domain to subdomain and another sub. Ask Apache News. Random Articles …
    wordpress/seo-in-wordpress.html
  45. Turn On Compression to Speed Up Apache - Easy Apache Speed Tips

    Speed Tips: Turn On Compression · Robots.txt Secrets From Matt Cutts · Boost SEO, Drive Traffic with the 4 · HTTP Status Codes and ErrorDocument
    htaccess/apache-speed-compression.html
  46. Vim syntax file " This is a GENERATED FILE. Please always refer to …

    … keyword apacheDeclaration AccessFileName AddDefaultCharset AllowOverride AuthName AuthType ContentDigest DefaultType DocumentRoot ErrorDocument ErrorLog …
    z.askapache.com/apache.vim
  47. Index of /f/mp3

    apache-speed-subdomains.mp3 32K [SND] apache-ssl-in-htaccess-examples.mp3 92K [SND] apache-status-code-headers-errordocument.mp3 40K [SND] …
    z.askapache.com/f/mp3/
  48. Licensed to the Apache Software Foundation (ASF) under one or more …

    r) { /* The recursive error was caused by an ErrorDocument specifying * an internal redirect to a bad URI. ap_internal_redirect has * changed the filter …
    z.askapache.com/httpd/modules/http/http_request.c
  49. Licensed to the Apache Software Foundation (ASF) under one or more …

    … that the * latter are printed even on error, and persist across internal redirects * (so the headers printed for ErrorDocument handlers will have them). …
    z.askapache.com/uploads/2007/02/httpd.h
  50. DreamHost httpd.conf

    3) external redirects #ErrorDocument 402 http://www.example.com/ subscription_info.html … #<Location /cgi-bin/phf*> # Deny from all # ErrorDocument 403 …
    z.askapache.com/dreamhost-httpd.html
  51. Control Flow of Pagerank with robots.txt and NoFollow, NoIndex

    Robots.txt Secrets From Matt Cutts · Boost SEO, Drive Traffic with the 4 · HTTP Status Codes and ErrorDocument · Instruct Search Engines to come bac …
    seo/robotstxt-mattcutts-noindex.html
  52. 100 Continue

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. AskApache Web Development HTTP/1.1 404 Not …
    z.askapache.com/pdf/status.html
  53. Licensed to the Apache Software Foundation (ASF) under one or more …

    NULL) { return reqconf->response_code_strings[error_index]; } /* check for string specified via ErrorDocument */ dirconf = (core_dir_config …
    z.askapache.com/httpd/server/core.c
  54. Licensed to the Apache Software Foundation (ASF) under one or more …

    char **response_code_strings; /* from ErrorDocument, not from * ap_custom_response() */ /* Hostname resolution etc */ #define HOSTNAME_LOOKUP_OFF 0 #define …
    z.askapache.com/httpd/include/http_core.h
  55. ModSecurity for Apache User Guide

    The Apache ErrorDocument directive will be triggered if present in the configuration. Therefore if you have previously defined a custom error page for a …
    z.askapache.com/httpd/mod_security/doc/modsecurity-manual.html
  56. [PDF]

    Apache Quick Reference Card

    File Format: PDF/Adobe Acrobat - View as HTML
    handler-name. ¤. script. Bcvda. Alias url-path real-path. Bcv. AliasMatch url- regex path-replacement. Bcv. 1.3. ErrorDocument error-code …
    z.askapache.com/pdf/apache_quickref.pdf
  57. Multi Language Custom Error Documents …

    This feature is enabled by default via the Options, Language and ErrorDocument directives. You may configure the design and markup of the documents by …
    z.askapache.com/apache2/error/README
  58. 5/6/2007 1.9.5 -------------- * Changed Thinking Stone references …

    Worked around a peculiar Apache behavior that caused a POST body not to be logged when an ErrorDocument directive is used 5/12/2003 1.7.4 …
    z.askapache.com/httpd/mod_security/CHANGES
  59. 27 Nov 2007 - 2.1.4 ------------------- * Updated included Core …

    Do not block internal ErrorDocument requests after blocking request. * Added ability to compile without an external API (use -DNO_MODSEC_API). …
    z.askapache.com/httpd/modules/modsecurity-apache_2.1.4/CHANGES
  60. Licensed to the Apache Software Foundation (ASF) under one or more …

    … AND there isn't already error text associated with this request, * THEN make the message text available to ErrorDocument and * other error processors. …
    z.askapache.com/httpd/server/log.c
  61. coding: utf-8 -*- Changes with Apache 2.3.0 [Remove entries to the …

    [Graham Leggett] *) Enable special ErrorDocument value 'default' which restores the canned server response for the scope of the directive. …
    z.askapache.com/httpd/CHANGES
  62. [PDF]

    Apache Cookbook

    File Format: PDF/Adobe Acrobat
    SECOND EDITION. Apache Cookbook. ™. Ken Coar and Rich Bowen. Beijing. •. Cambridge. •. Farnham. •. Köln. •. Paris. •. Sebastopol. •. Taipei. •. Tokyo …
    z.askapache.com/pdf/Apache_Cookbook_2e_QC1.pdf
  63. Licensed to the Apache Software Foundation (ASF) under one or more …

    ap_is_HTTP_ERROR(r->status)) return OK; else { /* clear r->status for override error, otherwise ErrorDocument * thinks that this is a recursive error, …
    z.askapache.com/httpd/modules/mod_proxy_http.c
  64. ModSecurity for Apache 2.x, http://www.modsecurity.org …

    /* * ModSecurity for Apache 2.x, http://www.modsecurity.org/ * Copyright (c) 2002-2007 Breach Security, Inc. (http://www.breach.com) * * You should have …
    z.askapache.com/httpd/mod_security/apache2/mod_security.c
  65. ModSecurity for Apache 1.x, http://www.modsecurity.org …

    /* * ModSecurity for Apache 1.x, http://www.modsecurity.org/ * Copyright (c) 2002-2007 Breach Security, Inc. (http://www.breach.com) * * You should have …
    z.askapache.com/httpd/mod_security/apache1/mod_security.c

In order to show you the most relevant results, we have omitted some entries very similar to the 65 already displayed.
If you like, you can repeat the search with the omitted results included.