adding content for .htaccess; important because of include

includes/general.php
main
Karl-Heinz Gödderz (GuKKDevel) 6 years ago
parent 6d09afec55
commit b51f75f7c9

@ -68,40 +68,7 @@ Directory :file:`includes`
includes/lib/l10n.php
includes/lib/check_weak_key.php
includes/notary.inc.php
includes/general.php
includes/account_stuff.php
includes/notary.inc.php
SOME__sanitizeHTML
.. ?-check_email
.. ?-make_hash
includes/mysql.php__sendmail
.. ?-account_email_delete
.. ?-checkWeakKeySPKAC
.. ?-write_user_agreement
.. ?-generatecertpath
.. ?-checkWeakKeyCSR
.. ?-waitForResult
.. ?-checkEmail
.. ?-account_domain_delete
.. ?-clean_csr
.. ?-extractit
.. ?-getcn
.. ?-getalt
.. ?-HashAlgorithms::clean_csr
.. ?-checkWeakKeyX509
.. ?-unset
.. ?-valid_ticket_number
.. ?-write_se_log
.. ?-revoke_all_private_cert
.. ?-runCommand
.. ?-check_client_cert_running
.. ?-check_server_cert_running
.. ?-check_gpg_cert_running
.. ?-check_is_orgadmin
.. ?-account_delete
.. php:function:: buildSubject(array $domains, $include_xmpp_addr = true)
Build a subject string as needed by the signer

@ -42,6 +42,16 @@ This contains the PHP code that is the entry point to the application:
.. sourcefile:: www/help.php
.. sourcefile:: www/.htaccess
:uses:
includes/general.php
:links:
http://www.cacert.org/policy/CertificationPracticeStatement.html
The file :file:`www/.htaccess` is the file that contains some statements to control the whole process of the website.
It contains a general include-statement for including :file:`ìncludes/general.php` (auto_prepend_file /www/includes/general.php). Therefor a 'include(../includes/general.php) is not needed.
Also a permanent redirection is made from :file:`/cps.php` to <http://www.cacert.org/policy/CertificationPracticeStatement.html> (RedirectPermanent /cps.php http://www.cacert.org/policy/CertificationPracticeStatement.html).
.. sourcefile:: www/index.php
:uses:

Loading…
Cancel
Save