Pleasures
07-07-2015, 05:45 AM
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 1436256081 at 1436256081 ---------------
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?
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 1436256081 at 1436256081 ---------------
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?