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:


 




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 4627

 
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: 3 + 12        (Required)

Topic Reply:


 
 

About the Stuff at Yellow Swordfish forum

Currently Online:

Yellow Swordfish

slimboyfatz33

12 Guests

Maximum Online: 71

Forums:

Groups: 3

Forums: 15

Topics: 1775

Posts: 11970

Members:

There are 818 members

There are 749 guests


Yellow Swordfish has made 4627 posts

Top Posters:

Mr Papa - 1256

-Radio- - 481

ovizii - 93

jfv - 80

angelic007 - 66

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


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