Page 1 of 1

.htaccess File

PostPosted: Sun Nov 15, 2020 8:09 am
by Otto
What is the .htaccess File?
https://ithemes.com/what-is-the-htaccess-file/

The .htaccess file is a powerful website file that controls high-level configuration of your website.
On servers that run Apache (a web server software), the .htaccess file allows you to make changes
to your website’s configuration without having to edit server configuration files.

Code: Select all  Expand view

# --------------------------------------------------------------------------
# CONFIGURACION RUTAS PROGRAMA  (Relative to DOCUMENT_ROOT)
# --------------------------------------------------------------------------

SetEnv PATH_APP             "/examples/data/otto"
SetEnv DOCUMENT_ROOT        "/mercury-master/doc"


 SetEnv PATH_QRCODEDBF     "c:/www/htdocs/mh_myquickinfo"

SetEnv PATH_LANDINGPAGEDBF  "c:/www/htdocs/LP/kundeB"






How to access from mod harbour?
Code: Select all  Expand view

cQrcode =  AP_GETENV( 'PATH_QRCODEDBF' )
cLanging = AP_GETENV( 'PATH_LANDINGPAGEDBF' )

Re: .htaccess File

PostPosted: Mon Nov 16, 2020 7:37 am
by Antonio Linares