vBulletin Search Engine Optimization
This is a discussion on Vbulletin+vbportal+vbseo within the General Discussion forums, part of the vBulletin SEO Discussion category; Hi , here is the question: I swich from Godaddy shared server (very busy) to Godaddy VPS. (on shared server ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Vbulletin+vbportal+vbseo
Hi , here is the question: I swich from Godaddy shared server (very busy) to Godaddy VPS. (on shared server I had no problems running the same configuration, only the loading time was ... well very slow sometimes). I installed vbulletin, vbportal and vbseo. Everything went smooth, I checked if they are working and was ok with vbulletin and vbportal. After the installtion of vbseo I am able to see the forum at http://www.mydomain.com/forums but when I want to go to the main page I get error 404 - Internet Explorer cannot display the webpage. As I mentioned is a fresh install on all of them (I reprovision the server 4 times already) and I tried different patterns vbulletin-vbportal-vbseo, vbulletin-vbseo-vbportal, vbulletin-vbseo-vbgallery-vbportal etc. I installed Ioncube version of vbseo (zendoptimization not available on vps - I will have to ask godaddy since I do not have root access) Please help Thank you |
|
#2
| ||||
| ||||
|
Hello, please make sure that your server supports mod_rewrite and allows to define rewrite rules in .htaccess file.
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#3
| |||
| |||
|
Sorry for my stupid question. How can I check that? vbulletin with vbseo working OK . I installed yahoo and google sitemap adons with vbulletin installed only and I received the reports. |
|
#4
| |||
| |||
|
This is what godaddy is saying: " Mod_rewrite is an Apache web server module installed on all of our Linux severs by default; it does not have to be installed or enabled. Our Linux hosting accounts support most mod_rewrite functionality. You will not need to enable mod_rewrite in your httpd.conf, as this is handled at a global level. All you will need to do is add the desired code to the body of your .htaccess file. NOTE:The .htaccess file containing the rewrite rules must be in the same directory as the target files." |
|
#5
| ||||
| ||||
|
You can check that with your hosting support or try to create a sample .htaccess like this one: Code: RewriteEngine on RewriteRule rewritetest http://www.google.com [L,R]
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#6
| ||||
| ||||
|
Please try to enable add RewriteBase /forums/ directive in .htaccess. If it still doesn't work, please open a support ticket with ftp access for troubleshooting.
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#7
| |||
| |||
|
yes is working I was redirected to google what I have to do next? thank you |
|
#8
| ||||
| ||||
|
Please try to change this line: #RewriteBase / to: RewriteBase /forums/
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
|
#9
| |||
| |||
|
Did that.. not working I opened a support ticket |
|
#10
| ||||
| ||||
|
Update: resolved via support ticket. The issue was related to memory_limit setting being set to 8M in php configuration and has been resolved by increasing it.
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |