Hi,
i want to add the Story ID to the URL with the Title and category.
in lib/html1.php
i changed the line 552 to
return getmyurl("storycattitle", $var1, $var2, $var3);
and the line 694:
from
If ($x == "storycattitle") {return my_pligg_base."/" . $var1 . "/" . $var2 ."/";}
to
If ($x == "storycattitle") {return my_pligg_base."/" . $var1 . "/id-" . $var3 ."/" . $var2 ."/";}
The Urls are displayed correctly... but when i click to them i become a 404 error...
I know that there is more to change (in the htaccess and ?). But i ask for help because i haven't experience in mod_rewrite.
Now the Urls are
http:// DOMAIN / CATEGORYNAME / STORYNAME
and they should look
http:// DOMAIN / CATEGORYNAME / id-STORYID / STORYNAME
I hope you understand me
Any help are welcome. Thanks.
Greetings from Germany





Linear Mode



