
gidro - 2008-10-04 13:11:42 -
In reply to message 6 from Benjamin Falk
Big thanks!! Good work!
RewriteRule (.+?)/(.+?).html ?$1&id=$2
echo '<a href="'.$c_relink->replaceLink('?news&id=5').'">New 5</a>';
It's work, but
RewriteRule news/(.+?).html ?news&id=$1
echo '<a href="'.$c_relink->replaceLink('?news&id=5').'">New 5</a>';
not work.