Re: Any Modules required for ErrorDocument?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

Redirect takes at least 2 arguments, a request and a destination. This directive depends on mod_alias module.

Eg: Redirect /something /otherthing
This will redirect if someone requests /something /somethingblablabla to /otherthing or /otherthingblablabla


ErrorDocument is a core directive (no extra modules needed) and takes 2 arguments and is used this way:
Eg: ErrorDocument 404 /path/to/404errorpage.html
This path is relative to DocumentRoot.

For further reference please use the official docs:
http://httpd.apache.org/docs/2.4/mod/core.html#errordocument

2016-10-04 14:18 GMT+02:00 Petr Gajdos <pgajdos@xxxxxxx>:
Hello,

On Tue, Oct 04, 2016 at 02:54:45PM +0300, Jayaram Ponnusamy wrote:
> Redirect 404 /sites/en_US/404
> ErrorDocument 404 /sites/en_US/404

not sure what you want to achieve with Redirect directive, but an
example how to use ErrorDocument directive is here:

https://github.com/pgajdos/apache-rex/tree/master/core-ErrorDocument-basic

Petr


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




--
Daniel Ferradal
IT Specialist

email         dferradal at gmail.com

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux