|
Confirm box with 2 location
If you want to make confirm box that goes to 2 different location, you can use javascript to handle this...
PHP feof() Function
Definition and Usage
The feof() function checks if the "end-of-file" (EOF) has been reached.
This function returns TRUE if an error occurs,...
CoreDumpDirectory directive
Syntax: CoreDumpDirectory directory-path
Default: the same location as ServerRoot
Context: server config
Status: core
This controls the directory to which Apache attempts to switch...
ContentDigest directive
Syntax: ContentDigest on|off
Default: ContentDigest off
Context: server config, virtual host, directory, .htaccess
Override: Options
Status: experimental
Compatibility: ContentDigest is only available in Apache 1.1...
ClearModuleList directive
Syntax: ClearModuleList
Context: server config
Status: core
Compatibility: ClearModuleList is only available in Apache 1.2 and later
The server comes with a built-in list...
CGICommandArgs directive
Syntax: CGICommandArgs On|Off
Default: CGICommandArgs On
Context: directory, .htaccess
Override: Options
Status: core
Compatibility: Available in Apache 1.3.24 and later.
Way back when the internet was...
BS2000Account directive
Syntax: BS2000Account account
Default: none
Context: server config
Status: core
Compatibility: BS2000Account is only available for BS2000 machines, as of Apache 1.3 and later.
The...
AuthUserFile directive
Syntax: BindAddress *|IP-address|domain-name
Default: BindAddress *
Context: server config
Status: core
Compatibility: BindAddress is deprecated and will be eliminated in Apache 2.0.
A Unix® http...
AuthAuthoritative directive
Syntax: AuthAuthoritative on|off
Default: AuthAuthoritative on
Context: directory, .htaccess
Override: AuthConfig
Status: Base
Module: mod_auth
Setting the AuthAuthoritative directive explicitly to 'off' allows for both...
AuthUserFile directive
Syntax: AuthUserFile file-path
Context: directory, .htaccess
Override: AuthConfig
Status: Base
Module: mod_auth
The AuthUserFile directive sets the name of a textual file containing the...
|