On these pages are my WordPress plugins, the odd article and my Support Forum.

For my random rantings on everything else please visit my blog at Yellow Swordfish

WP Plugins


Articles

If you find any of my plugins useful, please comsider a donation towards my running costs.

Thank you

Current User: Guest
Please consider registering

 
Search Forums:


 




Forum Index Not Showing/Not Found

UserPost

3:32 pm
6 Aug 2008


Shai

Guest

 
1

For some reason, when I upgraded my WP to 2.6, the forum index stopped showing -

http://www.shaicoggins.com/index.php/forum/

But, I can still access the individual forum posts using their direct links.

I've checked and re-checked the settings. Searched through this forum for answers, etc.

However, I still can't find the solution to this issue. Any ideas what could be the problem and how can I fix it?

Thank you!

4:22 pm
6 Aug 2008


-Radio-

Moderator

Florida - USA

posts 475

 
2

this is, most decidedly, going to be permalink related

is there a specific reason you have gone with the /index.php/ permalink style? (are you hosting on windows IIS or another host without PathInfo or something?)

I notice that your home location does not have the /index.php/ requirement and since it uses the same pathinfo call, it does not look like there is actually a need for it.

The fact that I also was able to see posts by clicking on the sidebar “Recent Forum Posts” widget and once there, navigate using the forums drop down menus, was really confusing from the tech support side. Normally we see the exact opposite, able to see the front page but internal links go nowhere.

double check that your Page ID and Slug are correct in the first page of the forum admin… and then refresh the the forum permalink on the last tab of the forum admin…

Make sure to save options after each of these steps, individually before going to the next. and when going back and testing your site, be sure to clear your cache, and cookies.

5:01 pm
6 Aug 2008


Shai

Guest

 
3

I was afraid you'd say that (permalink structure).

I did try removing the index.php, and sure enough, it worked. :(

It's weird why this has suddenly stopped working though. Before I upgraded, the forum index worked even w/the index.php. So, not sure what would've changed.

On using index.php: My dilemma is from a SEO perspective. The reason I kept the index.php in my URL is because I was told  that changing the permalinks of my blog will result to some kind of search engine penalty. The permalink structure I'm using  has been around for the last 3-4 years. And, I have content that might suffer in terms of search engine traffic to start with.

Not to mention, the backlinks and the nightmare of having to fix several internal links. Cry

So now, I will have to make the decision of whether it's worth risking all the repercussions of changing permalinks, just for Simple:Forum. 

I will investigate. But, if it's not worth it, I might have to scrap the idea of using this forum plugin.

A real shame if I have to, because I am enjoying using this plugin.

In any case, thank you very much for taking the time to have a look & offer your suggestions. Really appreciated!


6:24 pm
6 Aug 2008


Yellow Swordfish

Admin

Peterborough, England

posts 4564

 
4

This is probably because support for servers with no PATHINFO and thius requiring 'index.php' has been built into 3.1.3.

One option is to remove that code although it does mean removing it every time you update the forum in the future.

sf-startup.php - function sf_set_rewrite_rules ($rules)

remove this bit:

    if ($wp_rewrite->using_index_permalinks())
    {
        $slugmatch ='index.php/'.$slug;
    } else {
        $slugmatch = $slug;
    }

10:35 pm
6 Aug 2008


-Radio-

Moderator

Florida - USA

posts 475

 
5

there is another option to editing SPF

A plugin that I have found useful - Redirection - generates 'Page Moved' http codes quite well and and save SEO and SEM efforts.

All of your content appears to still be alive to both web searhers and folks whom may have you bookmarked.

Search engines will find the 'Page Moved' codes and quietly, without punishing your rankings, will update their search results as it finds them.

Simply place a regular expression (help is available) similar to /index.php/* in the redirect from and  /$1 in the redirect to, and everything should be fine.

The plugin will also automatically generate redirects for pages and posts which you may move or re-date afterwards, and also maintains full logs and control over 404 errors to see if things are somehow misplaced.

9:42 am
7 Aug 2008


Shai

Guest

 
6

Thank you both for your help & suggestions.

I found some solutions to the redirect issue. So, I decided to take the plunge and “prettify” my permalinks. Finally.

Forum works well now. Just crossing fingers that everything else goes well. Again, thanks.



Reply to Topic: Forum Index Not Showing/Not Found

NOTE: New Posts are subject to administrator approval before being displayed

Guest Name (Required):

Guest EMail (Required):

Guest URL (required)

Math Required!
What is the sum of: 4 + 2        (Required)

Topic Reply:


 
 

About the Stuff at Yellow Swordfish forum

Currently Online:

9 Guests

Maximum Online: 71

Forums:

Groups: 3

Forums: 15

Topics: 1740

Posts: 11782

Members:

There are 799 members

There are 738 guests


Yellow Swordfish has made 4564 posts

Top Posters:

Mr Papa - 1227

-Radio- - 475

ovizii - 85

jfv - 80

angelic007 - 66

Administrator: Yellow Swordfish | Moderators: Yellow Swordfish, Mr Papa, -Radio-


© Simple:Press Forum - Version 3.1.3 (Build 356)