well i did read some threads about how to make it work. One possible solutions was this
well the prob is now the archives are using urls with ?
like
while actually they must be the kind
wouldn't the former way defeat the very purpose of archives as its using special symbols.
I am using xenons mod now as that one seems to be giving static url's atleast.
now with that though prob is i am not sure google is scanning anything other than url cos i don't see any links in google although i have been seeing google access many topics via whos online in the archives.
Anyway point is how to get the original archive working the right way?
Actually
cgi.fix_pathinfo = 1
in your php.ini should fix it as well, thats without the mod_rewrite stuff.
cgi.fix_pathinfo = 1
in your php.ini should fix it as well, thats without the mod_rewrite stuff.
like
Code:
http://www.techenclave.com/forums/archive/index.php?t-8.html http://www.techenclave.com/forums/archive/index.php?f-10.html
Code:
http://www.vbulletin.com/forum/archive/index.php/f-58.html http://www.vbulletin.com/forum/archive/index.php/t-73567.html
I am using xenons mod now as that one seems to be giving static url's atleast.
Code:
http://www.techenclave.com/forums/search/forum/26-1.html
Anyway point is how to get the original archive working the right way?