Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin

Quote Reply
Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin In reply to
For Vishal and whoever else that might know the answer to one of my final problems, here's what I did so far (and I'm a novice in regards to .htaccess & ssi, so the following is written in detail to make sure there's nothing I did wrong outside of the usual):

I created a test.txt file, and included the following code, per Vishal's advice:

AddType text/html .html
AddHandler server-parsed .html
AddHandler server-parsed .htm

Then I uploaded the file, and renamed it to .htaccess. I then made a test.html file that has the following code: "<!--#include virtual="/vb.php"-->", and when I went online to look at the result, it says: "[an error occurred while processing this directive]", which means it at least does parse the code. I'll have to dig more into this to figure out how to parse .php files correctly within the static pages of Gossamer Links. I'll post more if I figure this out or if I need more help on this part...

Then again per Vishal's advice, I changed the .htaccess file to have just the following code to see if it'll parse .php files correctly:

RemoveHandler .html .htm
AddType application/x-httpd-php .php .htm .html

Initially I got the 500 internal server error messages and got sidetracked, but after solving that problem, I am confirming that the above code does NOT work, meaning after testing out the test.html file with the code: "<!--#include virtual="/vb.php"-->", and when I went online to look at the result, it says: "<!--#include virtual="/vb.php"-->", which means it doesn't parse the code but just shows it as is.

So anyway, I tested both versions of the .htaccess files above in conjunction with the "include_login" template I created above, and I am confirming that none of them work, meaning pages such as http://www.mysite.com/cgi-bin/links/add.cgi that I changed to make it use the template show "<!--#include virtual="/vb.php"-->" as is, not parsed no matter what .htaccess file I use. I was not surprised after I just found and read the following post from Vishal a while back: http://www.gossamer-threads.com/...?post=297259;#297259

I didn't fully understand Vishal's post above, so have I missed something or is there absolutely no way to do this?
Subject Author Views Date
Thread Need help with plugin (starting with SSI) - Auth_vBulletin V.E.C.T.O.R. 16624 May 12, 2009, 9:33 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16395 May 15, 2009, 4:47 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
VishalT 16370 May 15, 2009, 6:54 PM
Thread Re: [SWDevil.Com] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16364 May 15, 2009, 9:04 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
VishalT 16385 May 15, 2009, 9:43 PM
Thread Re: [SWDevil.Com] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16346 May 16, 2009, 11:16 AM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
VishalT 16392 May 16, 2009, 12:15 PM
Thread Re: [SWDevil.Com] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16377 May 17, 2009, 4:43 AM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16336 May 23, 2009, 8:24 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16314 May 23, 2009, 11:06 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16300 May 23, 2009, 11:17 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16298 May 23, 2009, 11:38 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16297 May 24, 2009, 12:18 AM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16289 May 24, 2009, 2:16 AM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16259 May 24, 2009, 2:36 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
aus_dave 16331 May 25, 2009, 6:12 PM
Thread Re: [aus_dave] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16270 May 25, 2009, 6:43 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
aus_dave 16258 May 25, 2009, 7:01 PM
Thread Re: [aus_dave] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16220 May 25, 2009, 7:21 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16233 May 26, 2009, 9:38 AM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16211 May 26, 2009, 12:42 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16180 May 26, 2009, 1:23 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16160 May 26, 2009, 1:51 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16137 May 26, 2009, 8:24 PM
Post Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 16159 May 26, 2009, 9:17 PM
Thread Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
V.E.C.T.O.R. 2417 May 26, 2009, 11:19 PM
Post Re: [V.E.C.T.O.R.] Need help with plugin (starting with SSI) - Auth_vBulletin
aus_dave 2382 May 27, 2009, 3:27 AM