Quote:
Originally Posted by cybex As you may know, default value of OutGoing Links in Admin Configurations is "url ". When you change that default value from "url" to "id" or "title", you got an error page once clicking the links.
In short ,below Rewrite rules must have been forgetten putting in .htaccess file. Simple copy and paste these into that file. it will work. Code: RewriteRule ^out/([0-9]+)/?$ out.php?id=$1 [L]
RewriteRule ^out/([a-zA-Z0-9-]+)/?$ out.php?title=$1 [L]
|
Hi all,
I am a pretty newbie pligger. Right now i am building a website, and got stuck with this problem: the titles don't link to the original content.
I set the outgoing to true, and the outgoing links to title, but nothing.
I even tried this hint above, but no changes.
any idea?
vxc