Class htaccess
create htaccess files to protect a folder
Located at htaccess.lib.php
Methods summary
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
addURLMap( string $target_url, string $para_name = '' )
create SEO friendly permalinks via url rewrite (write only method) |
public
boolean
|
|
public
boolean
|
Properties summary
private
array
|
$m_users
|
#
array()
|
private
string
|
$m_authType
|
#
"Basic"
|
private
string
|
$m_authName
|
#
"protected area"
|
private
array
|
$m_allowIps
|
#
array()
|
private
array
|
$m_userpart_htaccess
|
#
array()
|
private
array
|
$m_userpart_htuser
|
#
array()
|
private
string
|
$m_wordwarp
|
#
"\n"
|
private
array
|
$m_urlmap
|
#
array()
|
private
integer
|
$m_chmod
|
#
0770
|
public
string
|
$m_htaccess_path
path of htaccess file |
#
""
|
public
string
|
$m_htuser_path
path of htusers/htpasswd file |
#
""
|
public
string
|
$m_htaccess
name of htaccess file |
#
".htaccess"
|
public
string
|
$m_htuser
name of htusers/htpasswd file |
#
".htusers"
|
public
boolean
|
$m_crypt_pw
enable/disable crypt for password (disable on WIN32) |
#
true
|
public
string
|
$m_crypt_salt
salt of crypt() see php documentation |
#
""
|