Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Andy] mod_rewrite and PHP

Quote Reply
Re: [Andy] mod_rewrite and PHP In reply to
Nope, it doesnt work. Unsure

Got this error at the top of the page:
Code:
Content-type: text/html X-Powered-By: PHP/4.3.9 # ================================================================== # Links SQL - enhanced directory management system # # Website : http://gossamer-threads.com/ # Support : http://gossamer-threads.com/scripts/support/ # CVS Info : 087,071,092,086,082 # Revision : $Id: page.cgi,v 1.36 2001/12/30 19:33:05 alex Exp $ # # Copyright (c) 2001 Gossamer Threads Inc. All Rights Reserved. # Redistribution in part or in whole strictly prohibited. Please # see LICENSE file for full details. #
use strict; use lib '/home/public_html/cgi-bin/links/admin'; use Links qw/$CFG/; use Links::User::Page; local $SIG{__DIE__} = \&Links::fatal; Links::init('/home/public_html/cgi-bin/links/admin'); Links::init_user(); if (GT::Plugins->dispatch ($CFG->{admin_root_path} . '/Plugins', 'check_request', \&Links::check_request)) { GT::Plugins->dispatch ($CFG->{admin_root_path} . '/Plugins', 'handle_page', \&Links::User::Page::handle); }

And in place where I've put call I got zero (0).

Regards

UnReal Network
Subject Author Views Date
Thread mod_rewrite and PHP DeadMan 6571 Nov 27, 2004, 5:41 AM
Thread Re: [deadroot] mod_rewrite and PHP
DeadMan 6479 Dec 1, 2004, 10:48 AM
Thread Re: [deadroot] mod_rewrite and PHP
Andy 6461 Dec 1, 2004, 11:28 AM
Post Re: [Andy] mod_rewrite and PHP
DeadMan 6492 Dec 1, 2004, 1:24 PM
Thread Re: [Andy] mod_rewrite and PHP
DeadMan 6470 Dec 1, 2004, 2:20 PM
Thread Re: [deadroot] mod_rewrite and PHP
Andy 6438 Dec 2, 2004, 12:00 AM
Thread Re: [Andy] mod_rewrite and PHP
DeadMan 6432 Dec 2, 2004, 3:01 AM
Thread Re: [deadroot] mod_rewrite and PHP
Andy 6445 Dec 2, 2004, 3:05 AM
Thread Re: [Andy] mod_rewrite and PHP
DeadMan 6433 Dec 2, 2004, 5:12 AM
Thread Re: [deadroot] mod_rewrite and PHP
Andy 6455 Dec 2, 2004, 6:12 AM
Thread Re: [Andy] mod_rewrite and PHP
DeadMan 6438 Dec 2, 2004, 6:48 AM
Thread Re: [deadroot] mod_rewrite and PHP
Andy 6463 Dec 2, 2004, 6:50 AM
Post Re: [Andy] mod_rewrite and PHP
DeadMan 6475 Dec 2, 2004, 6:55 AM