![]() |
This is a really nice plugin, that's for sure.. But I have a small issue. As soon as I alter the links, the previous SEO URL will give a 404 / dead link. Anyway possible that the old SEO (For example, the RewriteRule ^forums/ can be "forward" to the new url without touching the whole link? So the whole link from:
www.xxx.com/forums/34-test to www.xxx.com/sections/34-test will merely forward forums to sections without touching the whole link together. Second, is it also possible to get rid of the whole "forums"? so instead of: www.xxx.com/forums/34-test It will show: www.xxx.com/34-test |
Quote:
For your second question; i've not tried every possible combination of rewrites; but that one should work. |
Quote:
domain.com/forums/10-off-topic or something like this. |
will this work with a sitemap?
if not, than I don't find it useful ? |
Quote:
Quote:
|
i get this error:
No thread specified. If you followed a valid link, please notify the administrator but link is in this mode: /showthread.php?Prshndetje-dhe-Urime/KiSs-8111 |
@WxP
1. It seems you are using the experimental code to create links. You need to create your own rewrite rules for this to work. It's also experimental if you can't get it working on your own, you will have to wait untill I've got the code more stable and included it in the main product. 2. You don't have the friendly urls set to mod_rewrite. This mod only works if you use that setting. 3. I'm guessing here but if you put the id right at the front of the url (eg before even the forum) it /might/ work as you've got it setup. eg: /showthread.php?8111-Prshndetje-dhe-Urime/KiSs |
Added a screenshot of the options provided by this mod.
|
i do all this you can check!
i put this code in .htaccess Code:
|
RewriteRule ^/threads/([0-9]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/page([0-9]+)?)) showthread.php?t=$1&page=$2&%{QUERY_STRING}
should be RewriteRule ^threads/([0-9]+)(?:/?$|(?:-[^/]+))(?:/?$|(?:/page([0-9]+)?)) showthread.php?t=$1&page=$2&%{QUERY_STRING} Thats either a bug in my script, or you put a / at the beggining of your threads setting |
All times are GMT. The time now is 04:48 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|