I removed it and it works
I can browse the forums but I can not access the admincp
when I try to it redirect me to the forum index page
This is a discussion on redirect from www.domain.com/vb to vb.domain.com within the General Discussion forums, part of the vBulletin SEO Discussion category; I removed it and it works I can browse the forums but I can not access the admincp when I ...
I removed it and it works
I can browse the forums but I can not access the admincp
when I try to it redirect me to the forum index page
Is your admincp folder password protected using .htaccess? If so, please check entry #20 in troubleshooting.txt file (try to create empty 401.shtml file in domain root).
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
thanks for help
every thing is going fine now
but there is problem when I type : www.domain.com/vb or domain.com/vb
will give me an error page not found.
I want it to be redirected to the new subdomain vb.domain.com
but when I type www.domain.com/vb/ it will redirect me to subdomain without any problem.
also the rewrite rule for forums and threads links still as the old rule www.domain.com/vb/forum#
www.domain.com/vb/t2344.html
but when I click on it it will redirect to the new rule under subdomain without any error, I thought when I change the URL's forum from the admincp then all links will change under the subdomain
so after I changed the URL's forum on the admincp from http://www.domain.com/vb/ to http://vb.domain.com
the rewrite rule stop working and I got (unregisterd) mark next to vbseo copyright.
Change rewrite rule to:but there is problem when I type : www.domain.com/vb or domain.com/vb
will give me an error page not found.
Code:RewriteCond %{HTTP_HOST} !^vb6.arabseyes.com RewriteCond %{REQUEST_FILENAME} vb/ RewriteRule (.*) http://vb6.arabseyes.com/$1 [R=301,L]
Please open a support ticket with license updated request so we can update your forums URL.so after I changed the URL's forum on the admincp from http://www.domain.com/vb/ to http://vb.domain.com
the rewrite rule stop working and I got (unregisterd) mark next to vbseo copyright.
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
thank you very much Oleg
If I update my forums URL, will old links in google.com www.domain.com/vb/thread123.html will redirect to the new vb.domain.com/thread123.html ?
Hello,
yes, it should be redirected with rewrite rules quoted above.
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
thank you very much for you support...
it is working fine now
regards
Great!
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!