If this is your first visit, be sure to check out the
FAQ by clicking the link above. You may have to
register or
login before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
| 28 NOV 2009 at 2:37pm |
JKingSchattenjger


Posts : 2350 Joined: 4 MAY 2008 Location: 0
Status : Offline | This is probably a unintended side-effect of URL rewriting in Apache or something about perl parameter parsing I'm not familiar with, as it relates to base URL resolution. Essentiall, the slash makes your browser think the base path for relative URLs is /yabb/YaBB.pl/ instead of the intended /yabb/, but the script still works, so you get the document without any external references.
You shouldn't use the slash, anyway: 'YaBB.pl' is not a directory.
You can't kill someone in a studio.
|
| 28 NOV 2009 at 5:51pm |
ShanyGuild Master


Posts : 3313 Joined: 19 JUN 2003
Status : Online | The slash gets there by mistake, it's very close to the Enter key (even if it's the \ sign, Internet explorer fixes it to /).
This was a strange discovery as I always thought I just had a connection problem to the site, until it appeared somewhere with a different isp.
Thanks for clearing that up.
|
| 28 NOV 2009 at 7:26pm |
karlaAdministrator


Posts : 2613 Joined: 27 JUL 2003 Location: US, Close to the Edge
Status : Offline | Originally Posted By JKing (28 NOV 2009 2:37pm) This is probably a unintended side-effect of URL rewriting in Apache or something about perl parameter parsing I'm not familiar with, as it relates to base URL resolution. Essentiall, the slash makes your browser think the base path for relative URLs is /yabb/YaBB.pl/ instead of the intended /yabb/, but the script still works, so you get the document without any external references.
You shouldn't use the slash, anyway: 'YaBB.pl' is not a directory. Yes, thanks for clearing that up, JK.
|
| 28 NOV 2009 at 9:36pm |
JKingSchattenjger


Posts : 2350 Joined: 4 MAY 2008 Location: 0
Status : Offline | Originally Posted By karla (28 NOV 2009 7:26pm) Yes, thanks for clearing that up, JK. :-[ Sorry. Weird stuff like this fascinates me. [smiley=whistle.gif]
You can't kill someone in a studio.
|
| 29 NOV 2009 at 7:32pm |
karlaAdministrator


Posts : 2613 Joined: 27 JUL 2003 Location: US, Close to the Edge
Status : Offline | Sorry? For What? :-? I was thanking you!
|
| 29 NOV 2009 at 7:55pm |
JKingSchattenjger


Posts : 2350 Joined: 4 MAY 2008 Location: 0
Status : Offline | Oh, I thought you were teasing me for being verbose and nerdy! Well, you're welcome, then! 8-)
You could probably prevent future confusion because of this by adding:
to the .htaccess file in /yabb/ (assuming there is one) so that users need not type the script file-name---but I digress. Again.
You can't kill someone in a studio.
|
| 29 NOV 2009 at 11:58pm |
karlaAdministrator


Posts : 2613 Joined: 27 JUL 2003 Location: US, Close to the Edge
Status : Offline | Okay, stop trying to get me to fiddle with the code, Mr. Verbose and Nerdy.
(Sorry -- I couldn't resist...)
|