Post Reply  Post Thread 
Thank You and a question.
Seeker
Junior Member
**

Posts: 1
Group: Registered
Joined: Dec 2008
Status: Offline
Reputation: 0
Post: #1
Thank You and a question.

Thanks for the SEO mod it works very well.
In case I ever need to uninstall the SEO mod can someone please tell me the exact details on how to redirect the requests for .html links back into 'normal' MyBB links.

How to do the opposite of this...

Code:
# //seo_mod_start

RewriteEngine On

# Uncomment the following and add your forum path if rewrites arent working properly

#RewriteBase /mybb/

RewriteRule ^index.html$ index.php [L,NE]

RewriteRule ^(.*)-t-([0-9]+).html(.*)$ showthread.php?tid=$2$3 [QSA,L]

RewriteRule ^(.*)-t-([0-9]+)-([0-9]+).html$ showthread.php?tid=$2&page=$3 [QSA,L]

RewriteRule ^(.*)-f-([0-9]+).html(.*)$ forumdisplay.php?fid=$2$3 [QSA,L]

RewriteRule ^(.*)-f-([0-9]+)-([0-9]+).html(.*)$ forumdisplay.php?fid=$2&page=$3 [QSA,L]

RewriteRule ^(.*)-f-([0-9]+)-([a-z]+)(-|-[a-z]+)-([0-9]+)-([0-9]+).html(.*)$ forumdisplay.php?fid=$2&sortby=$3&order=$4&datecut=$5&page=$6$7 [L]

RewriteRule ^(.*)-a-([0-9]+).html$ announcements.php?aid=$2 [L]

# //seo_mod_end


Thank you

12-10-2008 01:21 AM
Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump: