Using cgi page within joomla directory - htaccess issue??? - Joomla! Forum - community, help and support


i have cgi program tring use. i'm not trying integrate really, link on menu open new page. worked on local test site since uploading install server can't come up. seems file/folder attempt access under joomla install folder return me index.php. think might have .htaccess file has default:

code: select all

rewritecond %{request_filename} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
rewritecond %{request_filename} !-f
rewritecond %{request_filename} !-d
rewriterule ^(.*) index.php


i added '|cgi' end of first line , didn't seem make difference, when commented out lines got the directory, forbidden error. think might have change permissions wondering how can work without having comment out in .htaccess file.

wow, seems questions lately have been difficult or something. know there have got some people here understand "voodoo" of htaccess.... :d





Comments

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums