9
   

phpBB Search Engine Optimization - Sessions, static ( SEO )

 
 
discusstheday
 
  1  
Thu 23 Feb, 2006 01:54 pm
I have installed the seo mod, it worked, but it looks wrong
hmm....

I can't put my finger on it...

It works, but its wrong..

Any chance you could take a squizz?

www.discusstheday.com/boards
0 Replies
 
Friends4U
 
  1  
Thu 23 Feb, 2006 02:01 pm
Did you place the .htaccess file corectly?
0 Replies
 
discusstheday
 
  1  
Thu 23 Feb, 2006 04:34 pm
Where should it go?

I have it in cache

:-)

Also this is the htaccess code, if it means anything:

<Limit GET POST PUT>Order Allow,DenyDeny from All</Limit>
RewriteEngine On
RewriteRule ^forums.* index.php [L,NC]
RewriteRule ^post-([0-9]*).html&highlight=([a-zA-Z0-9]*) viewtopic.php?p=$1&highlight=$2 [L,NC]
RewriteRule ^post-([0-9]*).* viewtopic.php?p=$1 [L,NC]
RewriteRule ^view-poll([0-9]*)-([0-9]*)-([a-zA-Z]*).* viewtopic.php?t=$1&postdays=$2&postorder=$3&vote=viewresult [L,NC]
RewriteRule ^about([0-9]*).html&highlight=([a-zA-Z0-9]*) viewtopic.php?t=$1&highlight=$2 [L,NC]
RewriteRule ^about([0-9]*).html&view=newest viewtopic.php?t=$1&view=newest [L,NC]
RewriteRule ^about([0-9]*)-([0-9]*)-([a-zA-Z]*)-([0-9]*).* viewtopic.php?t=$1&postdays=$2&postorder=$3&start=$4 [L,NC]
RewriteRule ^about([0-9]*)-([0-9]*).* viewtopic.php?t=$1&start=$2 [L,NC]
RewriteRule ^about([0-9]*).* viewtopic.php?t=$1 [L,NC]
RewriteRule ^about([0-9]*).html viewtopic.php?t=$1&start=$2&postdays=$3&postorder=$4&highlight=$5 [L,NC]
RewriteRule ^mark-forum([0-9]*).html* viewforum.php?f=$1&mark=topics [L,NC]
RewriteRule ^updates-topic([0-9]*).html* viewtopic.php?t=$1&watch=topic [L,NC]
RewriteRule ^stop-updates-topic([0-9]*).html* viewtopic.php?t=$1&unwatch=topic [L,NC]
RewriteRule ^forum-([0-9]*).html viewforum.php?f=$1 [L,NC]
RewriteRule ^forum-([0-9]*).* viewforum.php?f=$1 [L,NC]
RewriteRule ^topic-([0-9]*)-([0-9]*)-([0-9]*).* viewforum.php?f=$1&topicdays=$2&start=$3 [L,NC]
RewriteRule ^ptopic([0-9]*).* viewtopic.php?t=$1&view=previous [L,NC]
RewriteRule ^ntopic([0-9]*).* viewtopic.php?t=$1&view=next [L,NC]
0 Replies
 
wormser
 
  1  
Thu 23 Feb, 2006 09:59 pm
cellcorner,
I also want to know about the possibility of using titles for urls. Read back a few pages to see some other posts about this. Basically there are a lot of glitches that come up and it's hard to fix them all. Craven, is this still a possibility? Wordpress uses titles for the urls for example. It seems they cut out anything other than dashes, letters and numbers. I'm sure you've probably seen a hundred examples like this before, but just in case I thought I'd throw it out there.
0 Replies
 
Friends4U
 
  1  
Fri 24 Feb, 2006 01:15 am
discusstheday wrote:
Where should it go?

I have it in cache

:-)

Also this is the htaccess code, if it means anything:

<Limit GET POST PUT>Order Allow,DenyDeny from All</Limit>
RewriteEngine On
RewriteRule ^forums.* index.php [L,NC]
RewriteRule ^post-([0-9]*).html&highlight=([a-zA-Z0-9]*) viewtopic.php?p=$1&highlight=$2 [L,NC]
RewriteRule ^post-([0-9]*).* viewtopic.php?p=$1 [L,NC]
RewriteRule ^view-poll([0-9]*)-([0-9]*)-([a-zA-Z]*).* viewtopic.php?t=$1&postdays=$2&postorder=$3&vote=viewresult [L,NC]
RewriteRule ^about([0-9]*).html&highlight=([a-zA-Z0-9]*) viewtopic.php?t=$1&highlight=$2 [L,NC]
RewriteRule ^about([0-9]*).html&view=newest viewtopic.php?t=$1&view=newest [L,NC]
RewriteRule ^about([0-9]*)-([0-9]*)-([a-zA-Z]*)-([0-9]*).* viewtopic.php?t=$1&postdays=$2&postorder=$3&start=$4 [L,NC]
RewriteRule ^about([0-9]*)-([0-9]*).* viewtopic.php?t=$1&start=$2 [L,NC]
RewriteRule ^about([0-9]*).* viewtopic.php?t=$1 [L,NC]
RewriteRule ^about([0-9]*).html viewtopic.php?t=$1&start=$2&postdays=$3&postorder=$4&highlight=$5 [L,NC]
RewriteRule ^mark-forum([0-9]*).html* viewforum.php?f=$1&mark=topics [L,NC]
RewriteRule ^updates-topic([0-9]*).html* viewtopic.php?t=$1&watch=topic [L,NC]
RewriteRule ^stop-updates-topic([0-9]*).html* viewtopic.php?t=$1&unwatch=topic [L,NC]
RewriteRule ^forum-([0-9]*).html viewforum.php?f=$1 [L,NC]
RewriteRule ^forum-([0-9]*).* viewforum.php?f=$1 [L,NC]
RewriteRule ^topic-([0-9]*)-([0-9]*)-([0-9]*).* viewforum.php?f=$1&topicdays=$2&start=$3 [L,NC]
RewriteRule ^ptopic([0-9]*).* viewtopic.php?t=$1&view=previous [L,NC]
RewriteRule ^ntopic([0-9]*).* viewtopic.php?t=$1&view=next [L,NC]


It must be put in your forum root.

e.g. http://www.yourdomain.com/yourforum/.htaccess
0 Replies
 
discusstheday
 
  1  
Fri 24 Feb, 2006 05:27 am
Thanks mate,

I will try that tonight and let you know if it worked.

:-)
0 Replies
 
discusstheday
 
  1  
Fri 24 Feb, 2006 01:29 pm
Hmm.... it didn't work.

I know it is a lot to ask, but I wondered if anyone could send me the completed files via email.

I.E. with the correct changes etc.

If anyone can then that would be fantastic, if not then don't worry bout it.

Thanks in advance

:-)
0 Replies
 
Friends4U
 
  1  
Fri 24 Feb, 2006 04:42 pm
I do not have them.. already modded them alot...
0 Replies
 
avwebvisions
 
  1  
Sat 4 Mar, 2006 09:58 am
#10 - enabling sigs for visitors
Can someone please confirm how to re-enable the sig view by visitors?

This is listed as mod #10.

I really appreciate the help!

Thanks!

~ Jason
0 Replies
 
hedgehog
 
  1  
Sat 4 Mar, 2006 12:24 pm
Couldnot find this code
templates/subSilver/viewtopic_body.tpl

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

<td align="right" valign="top" nowrap="nowrap">{JUMPBOX}<span class="gensmall">{S_AUTH_LIST}</span></td>

or this

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

<span class="nav"><a href="{U_VIEW_OLDER_TOPIC}" class="nav">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}" class="nav">{L_VIEW_NEXT_TOPIC}</a>  </span>


I'm using a different template Morpheous Dark Blue phpbb version 2.0.17

I did all the other changes appeared to work but I'm not sure.... (my forum is functional)

I'm new to coding... Is there a test to do to see if the code changes worked...

[email protected]
0 Replies
 
mrix
 
  1  
Sat 4 Mar, 2006 12:40 pm
still have an index.php?????
Hello I have installed this mod but find when I navigate the forums of my site and click on the link that takes me back to the index page it shows up as index.php and not index.html????? have read through loads of posts for hours with no joy sob sob any idea`s much much appriciated.
thanks
mrix
Edit [Moderator]: Link removed
0 Replies
 
hedgehog
 
  1  
Sat 4 Mar, 2006 05:05 pm
Please note using a different template.... Morpheous Darkblue

Code:templates/subSilver/viewtopic_body.tpl

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

{postrow.POSTER_POSTS}

#
#-----[ REPLACE WITH ]------------------------------------
#

<a href="search.php?search_author={postrow.POSTER_NAME}" class="postdetails">{postrow.POSTER_POSTS}</a>

#
#-----[ FIND ]----------------------------------------[b]COULD NOT FIND[/b]
#

<td align="right" valign="top" nowrap="nowrap">{JUMPBOX}<span class="gensmall">{S_AUTH_LIST}</span></td>

#
#-----[ REPLACE WITH ]------------------------------------
#
<td align="right" valign="top" nowrap="nowrap">
<!-- BEGIN switch_user_logged_in -->
{JUMPBOX}<span class="gensmall">{S_AUTH_LIST}</span>
<!-- END switch_user_logged_in -->
</td>

#
#-----[ FIND ]---------------------------[b]COULD NOT FIND THIS[/b]
#

<span class="nav"><a href="{U_VIEW_OLDER_TOPIC}" class="nav">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}" class="nav">{L_VIEW_NEXT_TOPIC}</a>  </span>

#
#-----[ REPLACE WITH ]------------------------------------
#

<!-- BEGIN switch_user_logged_in -->
<span class="nav"><a href="{U_VIEW_OLDER_TOPIC}" class="nav">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}" class="nav">{L_VIEW_NEXT_TOPIC}</a>  </span>
<!-- END switch_user_logged_in -->

templates/subSilver/index_body.tpl

#
#-----[ FIND ]-----------------------------------------[b] Could not find this[/b]
#

<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="{U_VIEWONLINE}" class="cattitle">{L_WHO_IS_ONLINE}</a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" rowspan="2"><img src="templates/subSilver/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
<td class="row1" align="left" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span>
</td>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE}   [ {L_WHOSONLINE_ADMIN} ]   [ {L_WHOSONLINE_MOD} ]<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td>
</tr>
</table>

<table width="100%" cellpadding="1" cellspacing="1" border="0">
<tr>
<td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
</table>

#
#-----[ REPLACE WITH ]------------------------------------
#

<!-- BEGIN switch_user_logged_in -->
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
<tr>
<td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="{U_VIEWONLINE}" class="cattitle">{L_WHO_IS_ONLINE}</a></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle" rowspan="2"><img src="templates/subSilver/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
<td class="row1" align="left" width="100%"><span class="gensmall">{TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span>
</td>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE}   [ {L_WHOSONLINE_ADMIN} ]   [ {L_WHOSONLINE_MOD} ]<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td>
</tr>
</table>

<table width="100%" cellpadding="1" cellspacing="1" border="0">
<tr>
<td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
</table>
<!-- END switch_user_logged_in -->


The forum works fine when users are logged in. Hwever, i just check the topics in the forum, or categories, and when you are not logged in they point to a xxx.html file, but when you click to go to the location it gives a 404 error.

Please help me. I'm new and not sure what I should do? Also what does the above code do? Is that part of my problem? If so were should I insert the correct code?
0 Replies
 
hedgehog
 
  1  
Sat 4 Mar, 2006 06:50 pm
Think i fixed the html problem... Just uploaded the htaccess into the "forum" directory and it worked...

Any thoughts about the other code that I couldn't find??? Also where can I get this "SpellCheck" mod?

TIA
0 Replies
 
mrix
 
  1  
Sun 5 Mar, 2006 01:43 pm
re:
I am sure my problem must be straight forward??????

Hello I have installed this mod but find when I navigate the forums of my site and click on the link that takes me back to the index page it shows up as index.php and not index.html????? have read through loads of posts for hours with no joy sob sob any idea`s much much appriciated.
thanks
mrix
0 Replies
 
mrix
 
  1  
Tue 7 Mar, 2006 02:30 am
anyone read these forums anymore?
hello I am just after the main link that takes you back to the index page but the link shows .php and not .html??????
thanks for any help all
mrix
0 Replies
 
tomovuk
 
  1  
Thu 9 Mar, 2006 10:47 am
It quite strange people are still using this hack. Did you heard of Google sitemap program there is no need to hack your phpbb and you are just creating duplicate content. Create xml sitemap and submit it to Google and that is it all my friends no hassle and rewrite all your pages will be indexed.
0 Replies
 
dating72
 
  1  
Sun 19 Mar, 2006 05:27 pm
Please help help help me! the page is not working after I up
Hello,
I followed all steps and run the forum, but when I click on the forum topic, it showed Page Not Found. Can any one help me please?
When I cursor on, I saw its static page, but when click on it, then, page is not found.
Here is my link, dating72 com /caulacbo/ index php, please click on the first forum topic.

Thanks.
Jenny.
0 Replies
 
sfera
 
  1  
Wed 22 Mar, 2006 03:21 pm
mod rewrite
I insttalled the mod rewite deal yo have in yout txt folder. however the permalink titles are not good such as my 1st forum its is title How are you today and the permalink is hxxp://mysite.com/forum/forum-1.html

is there away i can incorporate the titles of the forums into the permalink structure for better keyword seo.

thanks
0 Replies
 
smashing
 
  1  
Wed 22 Mar, 2006 03:34 pm
Thanks for a great mod
Just installed the mod on a 2.0.18 board with Cash Mod 221 and Faq Edit 100 mods installed. Followed the instructions very carefully, and it works perfectly!

The only problem I had was my own mistake, trying to concatenate the sessions.php changes onto one line, which resulted in me not being able to access the admin panel temporarily.

I do suggest that people really take time to follow the instructions extremely carefully. If you do that, it will work!

Huge kudos to the author for making this publicly available.
0 Replies
 
sfera
 
  1  
Thu 23 Mar, 2006 08:34 am
Re: mod rewrite
sfera wrote:
I insttalled the mod rewite deal yo have in yout txt folder. however the permalink titles are not good such as my 1st forum its is title How are you today and the permalink is hxxp://mysite.com/forum/forum-1.html

is there away i can incorporate the titles of the forums into the permalink structure for better keyword seo.

thanks


ANYONE??
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.07 seconds on 11/23/2024 at 06:17:10