Also, be aware that some of the differences between this mod and vBSEO are:
- In vBSEO attachments may appear to exist in the attachments/ folder, whereas Friendly URLs uses the stock reference.
- In vBSEO forums may appear as /[forum-name], whereas Friendly URLs showed /[forum-name] as an error (in my experience. Please check your forums with no trailing slash).
- Last post and first new post image links don't seem to work in Friendly URLs.
- vBSEO keeps casing of title, whereas Friendly URLs lowercases the entire title for use in the URL.
Above
Code:
RewriteRule ^members/([^/]+).html$ member.php [L]
Add
Code:
RewriteRule ^[^/]+/clientscript/(.+)$ clientscript/$1 [L]