FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index mod_harbour .htaccess File
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
.htaccess File
Posted: Sun Nov 15, 2020 08:09 AM
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 (fw): Select all Collapse
# --------------------------------------------------------------------------
# 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 (fw): Select all Collapse
cQrcode =  AP_GETENV( 'PATH_QRCODEDBF' )
cLanging = AP_GETENV( 'PATH_LANDINGPAGEDBF' )
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: .htaccess File
Posted: Mon Nov 16, 2020 07:37 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion