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:
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.
code: select all
rewritecond %{request_filename} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
rewritecond %{request_filename} !-f
rewritecond %{request_filename} !-d
rewriterule ^(.*) index.phpi 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.... 

Comments
Post a Comment