not working..
my .htaccess at old url/forum:
RewriteEngine On
RewriteRule [^/]+/([\d]+)-.+-([\d]+).html http://www.newurlexample.com/forum/showthread.php?t=$1&page=$2 [R=301,L]
RewriteRule [^/]+/([\d]+)-.+.html http://www.newurlexample.com/forum/showthread.php?t=$1 [R=301,L]
example:
old url VBSEO: http://www.oldurlexample.com/forum/test-forums/2356115-test-thread-a.html
not redirect to new url:
http://www.newurlexample.com/forum/topico/test-thread.2356115/
redirect to homepage:
http://www.newurlexample.com/forum/
i use this script:
http://xenforo.com/community/threads/vbulletin-4-x-url-redirection.26935/
everything was working perfectly, but I cleared accidentally the table "import_log" and stopped working
help please..
my .htaccess at old url/forum:
RewriteEngine On
RewriteRule [^/]+/([\d]+)-.+-([\d]+).html http://www.newurlexample.com/forum/showthread.php?t=$1&page=$2 [R=301,L]
RewriteRule [^/]+/([\d]+)-.+.html http://www.newurlexample.com/forum/showthread.php?t=$1 [R=301,L]
example:
old url VBSEO: http://www.oldurlexample.com/forum/test-forums/2356115-test-thread-a.html
not redirect to new url:
http://www.newurlexample.com/forum/topico/test-thread.2356115/
redirect to homepage:
http://www.newurlexample.com/forum/
i use this script:
http://xenforo.com/community/threads/vbulletin-4-x-url-redirection.26935/
everything was working perfectly, but I cleared accidentally the table "import_log" and stopped working
help please..