.htaccess File

mod_harbour is an Apache module that allows to run PRGs directly on the web !!!
Post Reply
User avatar
Otto
Posts: 6418
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 43 times
Been thanked: 2 times
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 | Expand


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


cQrcode =  AP_GETENV( 'PATH_QRCODEDBF' )
cLanging = AP_GETENV( 'PATH_LANDINGPAGEDBF' )
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Antonio Linares
Site Admin
Posts: 42723
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 93 times
Been thanked: 106 times
Contact:

Re: .htaccess File

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply