|
|
Re: what is the path_info template ?? [message #14840 is a reply to message #14832] |
Sat, 22 November 2003 00:45 |
Olliver
Messages: 443 Registered: March 2002
Karma: 0
|
Senior Member |
|
|
bobmurphy wrote on Fri, 21 November 2003 20:21 | when would i use it or base another template on it -- i use default as the basis for all my templates -- am i missing out on something ????
|
The purpose is the following: Search engines usually get along much better with paths which only contain slashes as separator than query strings. Among them the most poweful: Google. If the Google bot stumbles across a query string link it usually doesn't follow it but only indexes the current page it's on. This, of course, isn't optimal for the hits-conscious webmaster and that's exactly where "path-info" kicks in: It makes the links understandable for this kind of bots and as a result the complete forum or site will be indexed, which usually results in higher traffic.
However given the glitches it has had so far and may still have I'd rather consider it "experimental" at this time. But it's already pretty usable now and keeps getting better, thanks to Ilias hard work
Olliver
[Updated on: Sat, 22 November 2003 00:46] Report message to a moderator
|
|
|
|
|
|
Re: what is the path_info template ?? [message #14866 is a reply to message #14843] |
Sat, 22 November 2003 23:20 |
Olliver
Messages: 443 Registered: March 2002
Karma: 0
|
Senior Member |
|
|
bobmurphy wrote on Sat, 22 November 2003 03:52 | i did the test there and the browser threw a blank so is it fair to say that seing as my server doesn't support one , it doesnt support the other either??
|
In order to use path info you first need to select the appropriate path info themes and compile each of them. I know it works on Apache 1.3.26-29, haven't checked it on Apache 2.x because all servers I got administrative access to run the old 1.3x series and haven't had any ambitions to set up a forum on my testing server at home (Apache 2.0.48 with PHP 4.3.4 on Linux) .
As mentioned above, path info is only interesting for those who want to be indexed, so people can find them (for what reason ever). On the other hand there are times when you feel more comfortable if people cannot pick up anything you wrote in the past by querying a search engine...
I reckon it may not work with Windoze and IIS, because M$ loves to do things the non-standard way (different or missing environmental variables or even better their strange flags for permissions like modifiable flag for directories on XP) but that's a different chapter and shouldn't be discussed in this thread...
Olliver
|
|
|