http://www.pligg.com/forum/showthread.php?t=1836&page=2
But instead of
Code:
If ($x == "outurl") {return my_pligg_base."/out.php?url=" . $var1;}
Code:
If ($x == "outurl") {return $var1;}
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
|
AH, found the fix here: http://www.pligg.com/forum/showthread.php?t=1836&page=2 But instead of Code: If ($x == "outurl") {return my_pligg_base."/out.php?url=" . $var1;}
Code: If ($x == "outurl") {return $var1;}
|
| |||
|
Hi, When i enabled friendly URL's - urlmethod set to 2, i have broken links across the site. Any help greatly appreciated. Thanks and cheers
__________________ www.StartupBug.com : User submitted content for Entrepreneurs www.tutoriALLs.com : ALL the user submitted tutoriALls in one place |
| |||
| Same problem with friendly UR's
At a choice a method 2 URL on my site do not work outgoing liks in headings of news. A Instead of it out.php?url=http://www..... i'll get links to the main page of my site. All other links works wery good for me. |
| |||
|
First of all, does your webhost support mod_rewrite, the undelying methodolgy of the .htaccess rules? Second, try these directions - http://www.pligg.com/wiki/index.php?title=Url_Method Third, delete files under templates_c after making changes if it doesn't show up immediately. Fourth, if its just an outgoing url issue, my question is what is your outgoing url method. Is it out.php?site or /out/site ? If its /out/site and its not working try adding this rule when URL method 2 is enabled. RewriteRule ^out/([^/]+)/?$ out.php?title=$1 [L] |
| |||
|
I tried everything you mentioned, but it still did not work. I am using blueshave template [highly modified only the html and css but not the code].... used the code as is in blueshave template. Actually when i tried, the track back and the discuss links were broken. Thanks for any help.
__________________ www.StartupBug.com : User submitted content for Entrepreneurs www.tutoriALLs.com : ALL the user submitted tutoriALls in one place |
| |||
|
how to do ? I also
|
| ||||
|
Thx. It's work when I change urlMethod to 2
__________________ An online open community for Computers & Electronics Hobbyist http://my.computingfreak.com |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Friendly urls not working | WebDesignGoldmine | General Help | 6 | 06-21-2008 04:46 AM |
| Has anyone got Friendly Urls (Url Method 2) working? | revolver | General Help | 11 | 05-08-2008 12:32 AM |
| Friendly URLs not working | keithadler | Installation and Upgrade Help | 2 | 07-30-2007 07:32 AM |
| make friendly, url method 2 aaalmost working | schakal | General Help | 2 | 07-29-2007 03:46 PM |
| RSS friendly link not working. | can8dn | General Help | 4 | 01-03-2007 06:11 PM |