![]() |
|
|
#1
|
||||
|
||||
|
phpBB SEO
I want to do SEO of phpBB i have downloaded mod from A2K.
But i am not getting help where to place it. And in its description it does removing of SID and convert static at same time. But i want to remove SID only. How to do it? |
|
#2
|
||||
|
||||
|
Code:
#
#-----[ OPEN ]------------------------------------------
#
includes/sessions.php
#
#-----[ FIND ]------------------------------------------
#
$SID = 'sid=' . $session_id;
#
#-----[ REPLACE WITH ]------------------------------------------
#
if ( $userdata['session_user_id'] != ANONYMOUS ){
$SID = 'sid=' . $session_id;
} else {
$SID = '';
}
|
|
#3
|
||||
|
||||
|
Oh Ok it means i have to act upon instructions not to paste this cod anywhere
.Is that only thing to do for SEOing phpBB ...? Or anyother thing is required? I m going to remove SID only. |
|
#4
|
||||
|
||||
|
Thats it for modifying SID, but I would do all the steps minus the mod_rewrite. Doesnt take that long I did it all to a forum yesterday in about 10 minutes.
__________________
|
|
#5
|
||||
|
||||
|
Quote:
Even after replacing the code i am still seeing sid=XXXXXX what went wrong
|
|
#6
|
||||
|
||||
|
Quote:
what's that ? |
|
#7
|
||||
|
||||
|
Quote:
__________________
|
|
#8
|
||||
|
||||
|
Quote:
|
|
#9
|
||||
|
||||
|
I dont know what to say if you edited includes/sessions.php and replaced that line and saved it then it should work.
__________________
|
|
#10
|
||||
|
||||
|
probably i did something wrong and something right
![]() because i see sid=xxxxx only when i pass log in page. After that sid=xxxx is not appearing. |
|
#11
|
||||
|
||||
|
You can always download phpbb2 again and then just reupload that single file and start over with the editing if you didn't create a backup first.
Removing SID really is all there is too it, I looked at rewriting too first, but as soon as the SID was gone googlebot was all over the pages.
__________________
Need pharmaceuticals? Prescription meds online has the meds. Got warts? Genital Wart removal information. online, vi giver dig de rigtige tips. |
|
#12
|
||||
|
||||
|
Quote:
I have still one confusion. After SID will be removed. Do i have to consider job is finished and my phpBB forum is SEOed? Or there is anyother thing to do as well. |
|
#13
|
||||
|
||||
|
Quote:
Now things are on right way? Or sid should entirely gone even on that single page after log in? |
|
#14
|
||||
|
||||
|
Quote:
__________________
|
|
#15
|
||||
|
||||
|
Quote:
__________________
Need pharmaceuticals? Prescription meds online has the meds. Got warts? Genital Wart removal information. online, vi giver dig de rigtige tips. |
|
#16
|
||||
|
||||
|
Quote:
And the work is completed at my end. Thank You Guys
|
|
#17
|
||||
|
||||
|
It does not remove session ids from everyone. PHPBB still needs session ids for logged in users.. It removes them for guests.
So log out and you will not see any session ids. |
|
#18
|
||||
|
||||
|
correct, you should see no sids when logged out, but you will still have sids when logged in
__________________
I have no signature, cause that's how I roll. |
|
#19
|
||||
|
||||
|
Quote:
So it mean i have done SEO to my phpBB forum YahOOOOO
|
|
#20
|
||||
|
||||
|
Congrats!
__________________
Need pharmaceuticals? Prescription meds online has the meds. Got warts? Genital Wart removal information. online, vi giver dig de rigtige tips. |
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| phpBB 2.0.8 © 2001, 2002 phpBB Group installation | Homer | Setup / Validation Help | 13 | Dec 10th 2005 7:01 am |
| SEO for a PHPBB forum | jimmyw25 | Search Engine Optimization | 24 | Sep 12th 2005 6:59 pm |
| RSS Feed & XML to XHTML Conversion for 115 SEO TOOL from SEO Company | bobmutch | All Other Tools | 0 | Sep 5th 2005 5:34 am |
| SEO for phpBB site | etamjbal | Search Engine Optimization | 14 | Jul 10th 2005 10:12 am |
| Need your phpbb seo friendly? | TheWebJunkie | Services | 13 | Apr 6th 2005 10:22 am |