Search found 28 matches: htaccess

Return to advanced search

Re: metodo Get

... las dll y modharbour.exe a la siguiente direccion C:\xampp\cgi-bin 3.-copio httpd.conf a la siguiente direccion C:\xampp\apache\conf 4.-copio htaccess a la siguiente direccion C:\xampp\htdocs. 5. reinicio xampp 6.-Me sale el siguiente error: 4:33:03 p. m. [Apache] Status change detected: stopped ...
by Adolfredo Martinez
Mon Dec 12, 2022 9:38 pm
 
Forum: mod_harbour
Topic: metodo Get
Replies: 11
Views: 1493

Re: mod_harbour + ADS on linux server

... to enable CGI Under my hosting ( VHosting ) after enable CGI-BIN I copy modharbour and a simple prg to CGI-BIN folder . In http docs i wrote .htaccess with your instructions But I received always an Error ( 500 Server Internal Error ) [Thu Dec 01 15:53:15.563653 2022] [cgid:error] [pid 2452856:tid ...
by giuliano
Thu Dec 01, 2022 2:55 pm
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31373

Re: Great news regarding mod_harbour CGI !!!

Muchas gracias! :-) Estás usando el fichero .htaccess y el httpd.conf que proporcionamos en el repo ? Si .htaccess # Harbour - forward all request to modharbour.exeRewriteEngine onRewriteRule ^(.*\.prg) /cgi-bin/modharbour.exe?$1 [L,QSA]RewriteEngine ...
by acuellar
Fri Nov 25, 2022 12:46 pm
 
Forum: mod_harbour
Topic: Great news regarding mod_harbour CGI !!!
Replies: 43
Views: 8021

Re: Great news regarding mod_harbour CGI !!!

... Copy .hcaccess to apache/htdocs: https://github.com/FiveTechSoft/mod_harbour/blob/master/cgi/windows/.htaccess And use this Apache configuration file: https://github.com/FiveTechSoft/mod_harbour/blob/master/cgi/windows/httpd.conf Then place a little ...
by Antonio Linares
Fri Nov 25, 2022 12:28 pm
 
Forum: mod_harbour
Topic: Great news regarding mod_harbour CGI !!!
Replies: 43
Views: 8021

Re: Great news regarding mod_harbour CGI !!!

Hi Antonio ,
i want to test "mod_harbour CGI" on CENTOS Linux .
What is the right way to do this ?

Copy modharbour in /cgi-bin/ under /var/www/ folder ?
And then create .htaccess in /var/www/html ( the same file of your link ) ?

Is it correct ?

Bye
by giuliano
Fri Nov 25, 2022 12:20 pm
 
Forum: mod_harbour
Topic: Great news regarding mod_harbour CGI !!!
Replies: 43
Views: 8021

Re: Great news regarding mod_harbour CGI !!!

Muchas gracias! :-)

Estás usando el fichero .htaccess y el httpd.conf que proporcionamos en el repo ?
by Antonio Linares
Fri Nov 25, 2022 12:12 pm
 
Forum: mod_harbour
Topic: Great news regarding mod_harbour CGI !!!
Replies: 43
Views: 8021

Re: Great news regarding mod_harbour CGI !!!

... the absolute URL link https:// myserver.com/images/xxx.jpg What exactly must be the link without first to the net and then back? Where exactly in htaccess do I store the images. A question for DUMMIES: Is CGI to understand that here the harbourmachine is outside the webserber and then delivers ...
by Otto
Fri Nov 25, 2022 10:19 am
 
Forum: mod_harbour
Topic: Great news regarding mod_harbour CGI !!!
Replies: 43
Views: 8021

Re: Al ir a descargar Mod_Harbour

... Copy .hcaccess to apache/htdocs: https://github.com/FiveTechSoft/mod_harbour/blob/master/cgi/windows/.htaccess And use this Apache configuration file: https://github.com/FiveTechSoft/mod_harbour/blob/master/cgi/windows/httpd.conf
by Antonio Linares
Mon Nov 21, 2022 6:12 pm
 
Forum: mod_harbour
Topic: Al ir a descargar Mod_Harbour
Replies: 3
Views: 738

Great news regarding mod_harbour CGI !!!

... Copy .hcaccess to apache/htdocs: https://github.com/FiveTechSoft/mod_harbour/blob/master/cgi/windows/.htaccess And use this Apache configuration file: https://github.com/FiveTechSoft/mod_harbour/blob/master/cgi/windows/httpd.conf and enjoy ...
by Antonio Linares
Mon Nov 07, 2022 6:31 pm
 
Forum: mod_harbour
Topic: Great news regarding mod_harbour CGI !!!
Replies: 43
Views: 8021

Re: Change htaccess for access to 1 folder

Dear Marc, With mod_harbour CGI version we do it this way: <Directory C:/xampp/htdocs>  RewriteEngine on  RewriteRule ^([a-zA-Z]*)$ /cgi-bin/modharbour.exe?$1 [NC,QSA]</Directory> https://github.com/FiveTechSoft/mod_harbour/tree/master/cgi I wasn't aware o...
by Antonio Linares
Sat Jan 08, 2022 9:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change htaccess for access to 1 folder
Replies: 1
Views: 264

Change htaccess for access to 1 folder

I once changed my htaccess file in order to forward ALL link, access and calls to the oldsite to the new site. I have a FIVEWIN folder on it in order to upload images to post insite the forum here, but that also forward all pictures ...
by Marc Venken
Fri Jan 07, 2022 9:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change htaccess for access to 1 folder
Replies: 1
Views: 264

Re: Pasar variable al .prg

You have to create a .htaccess file with this content (thanks to Charly): # --------------------------------------------------------------------------# CONFIGURACION RUTAS PROGRAMA  (Relative to DOCUMENT_ROOT)# --------------------------------------------------------------------------SetEnv ...
by Antonio Linares
Thu Sep 02, 2021 4:39 am
 
Forum: mod_harbour
Topic: Pasar variable al .prg
Replies: 11
Views: 1152

Re: Help checking these forums cookies

... to edit it to your database table prefix, and don't forget to purge the cache by removing all files from the cache folder except index.htm and .htaccess. So, I hope your cookie settings are correct now and you can enjoy the "Log me on automatically each visit" option!
by Silvio.Falconi
Fri Apr 02, 2021 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help checking these forums cookies
Replies: 22
Views: 2256

Re: .htaccess File

by Antonio Linares
Mon Nov 16, 2020 7:37 am
 
Forum: mod_harbour
Topic: .htaccess File
Replies: 1
Views: 298

.htaccess File

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), ...
by Otto
Sun Nov 15, 2020 8:09 am
 
Forum: mod_harbour
Topic: .htaccess File
Replies: 1
Views: 298
Next

Return to advanced search