![]() |
Quote:
|
Does anybody by chance have a convert from the old Zoints SEO to use with this mod. I am losing all of my pages listed in Google. I don't have the brain power to figure it out.
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] |
You can use the below code to redirect to new url
RewriteRule ^([a-zA-Z0-9_-]+)-f([0-9]+)\.html$ forumdisplay.php?f=$2 [QSA,L] RewriteRule ^([a-zA-Z0-9_-]+)-t([0-9]+)\.html$ showthread.php?t=$2 [QSA,L] May be this will help you. |
Why do my links look like:
/showthread.php?55-Rules-*Updated-As-Of-July-8th-2008*&p=302#post302 How do I get the whole showthread part out? 4.0.8 |
is this mod support 4.1.1 ?
|
Quote:
Quote:
|
Quote:
|
As I said, the code in the experimental folder should provide sufficient examples that you can build your own complex url schemes.
|
Thank you,I made it
|
Could you make it compatible with 4.1.1?
|
All times are GMT. The time now is 04:31 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:
|