View Full Version : cgi-bin on vivvo folder
emeng
12-30-2007, 09:37 AM
Hi,
I added cgi-bin on vivvo folder, but everytime I am trying to link a new page to cgi-bin folder, the page says"404 page not found".
Anyone knows how to add RewriteRule to allow accessing cgi-bin(www.test.com/cgi-bin) on "htaccess" file?
theodore
12-30-2007, 04:25 PM
try to upload htaccess file with this code
<IfModule mod_rewrite.c>
RewriteEngine Off
</IfModule>
emeng
12-30-2007, 08:56 PM
try to upload htaccess file with this code
What do you mean? I have the "htaccess" already on vivvo folder, I just want to add "rule" that allow cgi-bin
Heres the "htaccess" on the vivvo:
#php_flag error_reporting 1
#php_flag display_errors 0
RewriteEngine On
RewriteBase /
RewriteRule ^([0-9]+)/(.*)?$ /index.php?module=item&action=show_item_decr&item_id=$1
RewriteRule ^tags/(.*)?$ /index.php?module=search&action=search_tags&tag_id=$1
RewriteRule ^cats/(.*)?$ /index.php?module=search&action=search_rss&rss_id=$1
RewriteRule ^category/([0-9]+).html/?$ index.php?category=$1 [L]
RewriteRule ^news/([0-9]+).html/?$ index.php?news=$1 [L]
RewriteRule ^news/([^<]+).html/?$ index.php?text=''&news=$1 [L]
RewriteRule ^print/([0-9]+).html/?$ print_version.php?id=$1 [L]
RewriteRule ^comments/([0-9]+).html/?$ index.php?comments=$1 [L]
RewriteRule ^author/([^<]+).html/?$ index.php?author=$1 [L]
RewriteRule ^([^<]+).html/?$ index.php?category_name=$1 [L]
RewriteRule ^([^<]+).htm/?$ index.php?text=''&news=$1 [L]
RewriteRule ^cat/([^<]+)/?$ index.php?category_name=$1 [L]
So, what RewriteRule for cgi-bin to added?
Thanks
emeng
01-02-2008, 08:33 PM
Anyone care to help me please
shketuljko
01-03-2008, 09:44 AM
It is not original htaccess from VIVVO 4.x
If you use VIVVO 4.x you need to add htaccess in subfolders with this code
<IfModule mod_rewrite.c>
RewriteEngine Off
</IfModule>
vBulletin® v3.8.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.