The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
Quote:
Code:
RewriteRule ^forum/boat-talk/$ /forum/forumdisplay.php?f=201 [L,R=301] There should be no initial "/" in your left hand mod_rewrite rule. An initial "/" will not match, because the rewrite base is already "/" ... Cheers. |
#22
|
||||
|
||||
Quote:
Code:
RedirectMatch 301 ^/f([0-9]+)/([A-Za-z0-9-]+)-([0-9]+)/index([0-9]+)(.*)$ http://musclemecca.com/threads/$3-$2 I do not understand what you refer to the characters *** and Capital letters, no redirects do not get, but to write a php script that will read from the table mysql. After removing the vbSEO need to find all the links from other sites to your site in order pagerank |
Благодарность от: | ||
RichieBoy67 |
#23
|
||||
|
||||
This is why people should NOT be removing vBSEO just yet... until you have a backup solution ready. otherwise you are killing off all your pages and google hits.
Everyone assume uninstalling vbseo is the answer... it is not! The real answer is to use it till we can create something that will port ALL of the vBSEO urls properly and accordingly. That way there is NO loss of links and it will be as if nothing on your forum was changed. |
#24
|
||||
|
||||
FreshFroot For a week I created a .htaccess
a plurality of rows (~ 60) and only then deleted vbseo Within 2 weeks of attendance has decreased by 10% after that, all recovered and went attendance growth |
#25
|
||||
|
||||
Quote:
|
#26
|
|||
|
|||
Anyone figure out a rewrite for images. Any images on the forum now got to a different URL can you rewrite these so anywhere externally that links to them will update?
|
#27
|
||||
|
||||
Quote:
|
#28
|
||||
|
||||
Hi guys i've decided to uninstall VBSEO and need some help with my rewrite rules, my forum titles with vbseo looked like this:
http://www.thecodecage.com/forumz/networking-peripherals/ and my threads looked like this: http://www.thecodecage.com/forumz/microsoft-excel-forum/214560-data-validation-calculated-column.html and single post was: http://www.thecodecage.com/forumz/112701-post3.html Could someone help me out with the rewrite rules as the ones i have just aren't working! Im guessing all i need to rewrite is what comes after forumz/ ??? --------------- Added [DATE]1392410106[/DATE] at [TIME]1392410106[/TIME] --------------- Here's one section: RewriteCond %{HTTP_HOST} ^www\.thecodecage\.com$ [NC] RewriteCond %{QUERY_STRING} ^$ RewriteRule ^forumz/microsoft-excel-forum/$ [noparse]http://www.thecodecage.com/forumz/forumdisplay.php?f=64 [R=301,NE,NC,L] But the old vbseo link doesn't redirect to the new forumdisplay.php link? |
#29
|
||||
|
||||
Quote:
Code:
Redirect 301 /networking-peripherals/ http://www.thecodecage.com/forumz/forumdisplay.php?f=23 how much you have forums, so it should be of such lines another option redirects unfortunately no Quote:
.htaccess Code:
Options +FollowSymLinks RewriteEngine On RedirectMatch 301 ^/([A-Za-z-]+)/([0-9]+)-([A-Za-z0-9-]+)\.html$ http://www.thecodecage.com/forumz/$2.html |
#30
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|