Hello
After remove vbseo, in my .html links do not work as such. I add the following code to the .htaccess file for it. but /theads/, /members/ are still not working. A few said that the failure of that business .htaccess redirect the links in the right direction with the 301, but I have to make all the issues one by one. How do I have to enter a code to .htaccess for it?
RewriteEngine on
RewriteRule [^ /] + / ([0-9] +) - [^ /] + \. html http://www.siteadresi.com/forum/showthread.php?t=$1 [L, R = 301]
--------------- Added [DATE]1436256081[/DATE] at [TIME]1436256081[/TIME] ---------------
For example
Old vbseo link
http://www.sitename.com/washington/
New
http://www.sitename.com/forums/99-Washington
How can I direct this and similar issues with .htaccess?