#263846 - 12/05/0312:38 AMRe: URL format here, is it a 6.4 thing?
[Re: BrokenToy]
donJulio
Code Monkey
Registered: 06/17/02
Posts: 682
Loc: CA, USA
It's Josh's mod all right <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /> Josh be very smart.
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />
Yep, guaranteed to get a kajillion listings in the major search engines. Okay, maybe a slight exaggeration <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" /> but I am well over a thousand and the bots are always all over my site.
#263849 - 12/05/0301:08 PMRe: URL format here, is it a 6.4 thing?
[Re: BlarC]
donJulio
Code Monkey
Registered: 06/17/02
Posts: 682
Loc: CA, USA
How do you do that Josh? Do you use an .htaccess file to rewrite the urls?
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />
Registered: 01/09/00
Posts: 5438
Loc: Lynnwood, WA
Most servers allow you to append a random path to an executable script... i.e. if your script is called showflat.php, you can call showflat.php/other/path/stuff. <br /><br />The extra path bits get put into an environmental variable called PATH_INFO. That can then be read and split to figure out what page was called.<br /><br />Unfortunately, this doesn't work with IIS servers.
_________________________
UBB.classic: Love it or hate it, it was mine.
[]JoshPet said:<br />No my mod does not use mod rewrite - it alters the URLs directly. <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" /> [/]<br /><br />What impact does this mod have on bandwidth? Also, my forum gets crawled like crazy now (extra bandwidth) because I have Google adsence ads on it. <img src="http://www.ubbdev.com/forum/images/graemlins/crazy.gif" alt="" />
I have found that it's not that big of an impact, I also run the Google adsense but have learned that they don't index your site from what I can tell, best way to tell is to use the Online Users Mod and it will show you where your users are coming from in the Who's Online page. It's for version 6.4 but maybe you can get it to work for 6.2.3? <br /><br />After adding Josh's mod my traffic sky rocketed and I am getting more people registering than ever now.
#263854 - 12/06/0311:40 AMRe: URL format here, is it a 6.4 thing?
[Re: BlarC]
donJulio
Code Monkey
Registered: 06/17/02
Posts: 682
Loc: CA, USA
There is the Online Users Mod for 6.4, but there is an earlier version floating around somewhere. I have it installed on 6.3.2.
_________________________
Too many men. There's too many people making too many problems, and not much love to go around. Can't you see this is the Land of Confusion? <img src="http://www.ubbdev.com/forum/images/graemlins/confused.gif" alt="" />
[]Charles_Capps said:<br />Unfortunately, this doesn't work with IIS servers. [/]<br /><br />Oh yes it does but not by default, if you run the following two scripts it should work just fine:<br /><br />adsutil set w3svc/1/AllowPathInfoForScriptMappings True <br /><br />You will need to change the /1/ to the value of the site you what to use it for or:<br /><br />adsutil set w3svc/AllowPathInfoForScriptMappings True <br /><br />will set if as defaut for all sites.
Registered: 01/09/00
Posts: 5438
Loc: Lynnwood, WA
Aha! Excellent tip. <br /> <br />Is there any GUI switch for that? It's easier to provide instructions to reluctant hosts when it doesn't involve the command line... <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" /> <br /> <br />Also, how does one determine the site number?
_________________________
UBB.classic: Love it or hate it, it was mine.
gui switch there isnt <img src="http://www.ubbdev.com/forum/images/graemlins/frown.gif" alt="" /><br /><br />the site number can be easily identified in the top line of the sites log file.