.htaccess File

mod_harbour is an Apache module that allows to run PRGs directly on the web !!!
Post Reply
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

.htaccess File

Post 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

# --------------------------------------------------------------------------
# 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

cQrcode =  AP_GETENV( 'PATH_QRCODEDBF' )
cLanging = AP_GETENV( 'PATH_LANDINGPAGEDBF' )
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: .htaccess File

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply