The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
ZointsSEO, other kind of URL
I'm using ZointsSEO on my board to optimize the URLs, but I think they could be even more optimized for.
We have 3 common special characters in Denmark I wanna replace with something else than an underscore: ? should be replaced by ae ? should be replaced by oe ? should be replaced by aa I would also like if the URLs look like http://domain.dk/thread/ID/title/ instead of http://domain.dk/titl-tID.html Here's the .htaccess from ZointsSEO: Code:
Options +FollowSymlinks RewriteEngine on RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L] RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L] RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC] RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L] |
#2
|
|||
|
|||
You shall ask this from zoints support forum since this may require some code change also.
|
#3
|
|||
|
|||
Okay I'll do that. Thanks
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|