[high]Copyright:[/high] You may use this modification at your own risk. I cannot and will not be held responsible for any damage you may cause to your forums during installation or thereafter. You may not distribute this modification in whole or parts and anyone found doing so faces risk of prosecution. All my modifications are released at vBulletin.org and anyone found releasing them elsewhere also faces risk of prosecution. You may not translate this modification without my prior permission.
[high]Donations:[/high] I release my modifications for free. If you wish to donate please contact me and I will give you my details. All donations are graciously appreciated.
What does this modification do?
This modification will allow you to automatically have more search engine friendly URLs in your vBulletin. A forum which would normally display as forumdisplay?f=1 will now appear as f1-forumtitle.html and the same with threads. Having keywords in your URL can be of an advantage in search-engine ranking.
Requirements:
You must have mod_rewrite apache module enabled on your server. Contact your host for more information.
This will not work well for non-english boards as it strips most non-alpha numeric characters. E.g. ? would be stripped on french boards etc
Installation
1/
Please read the readme.txt file included in the zip for details on how to install this modification.
Please Click Install!
If you installed this modifcation please click the install button. It'll help you keep up to date with future releases and important bugfixes, security updates.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Hello,
I intend to use this on a german forum - we use umlauts there (a,?,?,?) - will the code from here (https://vborg.vbsupport.ru/showpost....&postcount=348) replace them by their english equivalents? (ae, ue, oe, ss)
Thanks
Thomas
Hi Dontom, I use Dean's code too, and the umlaut's are preserved:
Hello,
I intend to use this on a german forum - we use umlauts there (a,?,?,?) - will the code from here (https://vborg.vbsupport.ru/showpost....&postcount=348) replace them by their english equivalents? (ae, ue, oe, ss)
Thanks
Thomas
The latest version replaces foreign characters with their english equivalent. But I have yet to decide whether to replace foreign chars or not yet Please bare in mind I have not yet released the latest version.
It's not that simple descds. This rule redirects everything (which is a bad thing), but I won't get into a discussion on poor usage of mod_rewrite now:
Code:
RewriteRule ^(.*) index.php
This will send every single URL you type to index.php. Why it's doing that I have no idea. This should be a temporary fix for you though:
It's not that simple descds. This rule redirects everything (which is a bad thing), but I won't get into a discussion on poor usage of mod_rewrite now:
Code:
RewriteRule ^(.*) index.php
This will send every single URL you type to index.php. Why it's doing that I have no idea. This should be a temporary fix for you though:
Thanks Dean but it didn't work My SEO friendly urls for subdreamer worked perfectly well but the forum ones results in a page not found on clicking ...