ps. I am trying to enable the seo friendly options...
but for the option:
Quote:
or create an .htaccess file like this:
RewriteRule (.*)local_links/links/([^0-9]+)$ /$1$2 [L]
RewriteRule (.*)local_links/links/([0-9]+)/([0-9]+)$ /$1local_links.php?catid=$2&linkid=$3 [L]
RewriteRule (.*)local_links/links/([0-9]+)$ /$1local_links.php?catid=$2 [L]
RewriteRule (.*)local_links/jump/([0-9]+)/([0-9]+)$ /$1local_links.php?action=jump&id=$2&catid=$3 [L]
RewriteRule (.*)local_links/jump/([0-9]+)$ /$1local_links.php?action=jump&id=$2 [L]
RewriteRule (.*)local_stream/([0-9]+)$ /$1local_stream.php?action=stream&id=$2 [L]
|
where would need to put the htaccess file? root? forum root? ldm root folder?
and / or what is the http.config file? or where is it? couldnt' find it.
(I'm a n00b.

)
Quote:
Edit http.conf and include lines like these to process those urls:
|