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

In preparation for the release of Simple:Press Version 4.0, the Support Forum has moved to a new site dedicated to the plugin. This will also be the future home for Simple:Press Forum.


Version 3.1.4 will still be available for download here in the short term.


For the support forum - and to visit our new site and to get details of version 4.0, click on the logo to take you to simplepressforum.com

This forum is currently locked - access is read only
Current User: Guest
Please consider registering

 
Search Forums:


 




Permalinks on a Lycos server problem!

UserPost

2:19 pm
5 Aug 2008


splat

New Member

posts 1

1

Hi I am having a permalink problem! Basically I'm running the latest version of Wordpress on a Lycos server, with the latest version of SimplePress. They work fine I have no problems but I have to use the “Ugly Links” as my lycos server doesn't have PATHINFO.

I have found this modification to my index file and htaccess which allows me to use permalinks on the site.

http://martijn.van.steenbergen.nl/journal/2007/07/01/pretty-wordpress-permalinks-without-pathinfo/

It does work but there is a problem it works fine on WordPress pages, but for some reason the SimplePress forum pages won't correctly hyperlink! They are still there, I can see them if I enter the correct “permalink” URL but for some reason instead of the URL being http://www.mysite.com/forum/simplepresspage/  it is http://www.mysite.com/index.phpforum/simpepress/ a index.php gets added, if I delete that from the URL the right page appears! Is there anyway I can change some code somewhere to stop that extra index.php from appearing in the URLs?

Thanks for any help!


6:15 pm
5 Aug 2008


Yellow Swordfish

Admin

Peterborough, England

posts 5252

2

Sadly not one of my areas opf expertise but youy could try the following to see if it helps…

In sf-startup.php - function sf_set_rewrite_rules() - find the following lines of code:

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

Try commenting them all out (by putting a fouble slash at the start of each line). That's where I would start anyway.



Reply to Topic: Permalinks on a Lycos server problem!

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 + 11        (Required)

Topic Reply:


 
 

About the Stuff at Yellow Swordfish forum

Currently Online:

10 Guests

Maximum Online: 71

Forums:

Groups: 3

Forums: 16

Topics: 2068

Posts: 14091

Members:

There are 1003 members

There are 837 guests


Yellow Swordfish has made 5252 posts

Top Posters:

Mr Papa - 1602

-Radio- - 558

ovizii - 114

jfv - 82

angelic007 - 72

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


© Simple:Press Forum - Version 3.1.4 (Build 357)