9
   

phpBB Search Engine Optimization - Sessions, static ( SEO )

 
 
Craven de Kere
 
  1  
Thu 15 Apr, 2004 11:41 am
I just downloaded a vanilla version and that's not what it said. Is this a modded version?
0 Replies
 
webtrends
 
  1  
Thu 15 Apr, 2004 04:54 pm
Craven de Kere wrote:
I just downloaded a vanilla version and that's not what it said. Is this a modded version?


no, it is 2.0.8a upgraded from 2.0.5
0 Replies
 
Craven de Kere
 
  1  
Thu 15 Apr, 2004 05:06 pm
Dunno what to tell you, 2.0.8 has the line mentioned in the mod.
0 Replies
 
webtrends
 
  1  
Thu 15 Apr, 2004 05:21 pm
Craven de Kere wrote:
Dunno what to tell you, 2.0.8 has the line mentioned in the mod.


and it works fine. I don't know where the changed line came from. But knowing the proper line number was all I needed.

Just another quick question.

If a user is not logged in (so no session IDs): It seems as if the icons are being downloaded from the server each time I view a thread. I.e., the thread is being displayed slower compared to when I am logged in.

Can you confirm that and if so, explain the reason for that behaviour?

Thanks a lot and great mod!

Klaus
0 Replies
 
Craven de Kere
 
  1  
Thu 15 Apr, 2004 05:24 pm
It should make no difference in the browser cache at all. Did you purge the cache or somethin'?
0 Replies
 
ccb056
 
  1  
Thu 15 Apr, 2004 08:04 pm
Craven, just a quick question, how well does the outboubd link rewrite mod prevent your PR from being transfered, and where can I obtain it?
0 Replies
 
Craven de Kere
 
  1  
Thu 15 Apr, 2004 08:17 pm
It makes precious little difference and I haven't ever released the code.

I'll publish it soon (separate from the mod).
0 Replies
 
ccb056
 
  1  
Thu 15 Apr, 2004 08:21 pm
ok, are you familiar with www dot ozzu dot com 's outgoing links mod (it seems to be similiar in pronciple to yours)

It's good to know you'll be releasing a mod for it.
0 Replies
 
Craven de Kere
 
  1  
Thu 15 Apr, 2004 08:27 pm
Can you PM me the mod?
0 Replies
 
ccb056
 
  1  
Thu 15 Apr, 2004 08:33 pm
I don't have the mod they use, I'm just a member there and I noticed it
0 Replies
 
webtrends
 
  1  
Fri 16 Apr, 2004 05:58 am
rewrite
the mod_rewrite works for me only if I use / as a prefix

e.g.

Code:
RewriteRule ^/forum-([0-9]*).html /viewforum.php?f=$1 [L,NC]
RewriteRule ^/forum-([0-9]*).* /viewforum.php?f=$1 [L,NC]


any idea why that is?
0 Replies
 
Craven de Kere
 
  1  
Fri 16 Apr, 2004 09:17 am
Did you put the .htaccess code in your forum directory or above it?
0 Replies
 
webtrends
 
  1  
Fri 16 Apr, 2004 09:23 am
I put the stuff into the http.conf file not in the .htaccess
0 Replies
 
cruspring
 
  1  
Fri 16 Apr, 2004 02:17 pm
Code:#
#-----[ OPEN ]------------------------------------------
#

templates/subSilver/index_body.tpl

#
#-----[ FIND ]------------------------------------------
#

<br />
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">


I couldn't find that sequence on a vanilla phpBB 2.0.8a - there's no "<br />" before "<table" . Please advise. Thanks Smile


C.
0 Replies
 
Craven de Kere
 
  1  
Sat 17 Apr, 2004 03:00 am
Don't worry about the <br />. It's just a line break, and if you don't have it then just ignore it.
0 Replies
 
ccb056
 
  1  
Sat 17 Apr, 2004 09:04 am
I was using another modrewrite mod before I switched to this one, is it possible to do the following and add a 301 redirect?

rewrite
"http://fake-domain.com/ftopic(numvar).php"
to
"http://fake-domain.com/about(numvar).html"

rewrite
"http://fake-domain.com/sutra(numvar).php"
to
"http://fake-domain.com/post-(numvar).html"

rewrite
"http://fake-domain.com/forum(numvar).php"
to
"http://fake-domain.com/forum-(numvar).html"
0 Replies
 
Craven de Kere
 
  1  
Sat 17 Apr, 2004 09:08 am
Yes, it would not be difficult. But why not just rename the filenames in my mod to your existing ones?

It looks like you use the code that someone posted here that I improved on and changing my code to use those file names won't hurt it.
0 Replies
 
cruspring
 
  1  
Sat 17 Apr, 2004 11:29 am
Craven de Kere wrote:
Don't worry about the <br />. It's just a line break, and if you don't have it then just ignore it.

Still, check the rest of the MOD with respect to index_body.tpl

Here's the MOD:

Code:#
#-----[ FIND ]------------------------------------------
#

<br />
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<td class="cat" colspan="2"><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></td>
</tr>
<tr>
<td class="row1" rowspan="3"><img src="templates/Able2Know/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" width="46" height="30" class="imgfolder" title="{L_WHO_IS_ONLINE}" />
</td>
<td class="row1" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />
{TOTAL_USERS}<br />
{NEWEST_USER}</span></td>
</tr>
<tr>
<td class="row1"><span class="gensmall">{TOTAL_USERS_ONLINE}   [ <strong>{L_WHOSONLINE_ADMIN}</strong>
]   [ <strong>{L_WHOSONLINE_MOD}</strong> ]<br />
{RECORD_USERS}<br />
{LOGGED_IN_USER_LIST}</span></td>
</tr>
<tr>
<td height="20" class="row1"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
</table>


Here's the file from 2.0.8a:

Code:<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
<tr>
<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
<th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th>
<th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
</tr>


As you can see, from the second/third line and on, this is not the same code.



C.
0 Replies
 
Craven de Kere
 
  1  
Sat 17 Apr, 2004 11:34 am
Are you using vanilla subsilver?
0 Replies
 
cruspring
 
  1  
Sat 17 Apr, 2004 01:19 pm
Yep, the whole package is vanilla.


C.
0 Replies
 
 

Related Topics

SEO - Going from 0 PR on up - Discussion by jespah
How Rich Pins work ??? - Question by OnceUponAtime
Need a bit of Google advice - Question by bible quizzer
Google Indexing Issue - Question by brainstudioz
Bing Search results - Discussion by iankyra
What is best way for Off-Page seo in 2017? - Question by honesttravel1
 
Copyright © 2024 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.04 seconds on 05/16/2024 at 11:56:00