gives me a blank page
chmoded the config file 666
.htaccess rewrite rules in place
Zend installed and working and vbseo zend installed
any idea's?
This is a discussion on vbseocp.php within the Troubleshooting forums, part of the vBSEO SEO Plugin category; gives me a blank page chmoded the config file 666 .htaccess rewrite rules in place Zend installed and working and ...
gives me a blank page
chmoded the config file 666
.htaccess rewrite rules in place
Zend installed and working and vbseo zend installed
any idea's?
Hi,
make sure that you uploaded php files in *binary* mode (it is not a default setting for the most FTP clients).
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
hmmm, i thought i did :s
it's working now, but i have a question...
since vbseo is url restricted i have an issue. I changed my forum url recently when updating to vB3.5.3. Before the url was http://community.ddance.fm , now it is http://www.ddance.fm/forums. Both url go to the same board/folder.
With the vBseo the old link gives a internal server error when i surf to http://community.ddance.fm/arcade.php (same as http://www.ddance.fm/forums/arcade.php ). Can this be fixed somehow? thanks
Hm, this errror should not appear. Perhaps you should setup a redirection like that (in the root .htaccess):
RewriteEngine on
RewriteCond %{HTTP_HOST} community\.ddance\.fm
RewriteRule ^(.*)$ http://www.ddance.fm/forums/$1 [L,R=301]
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
added but didn't change a thing tho :s
Is it working correctly if you will temporarily remove (rename) .htaccess file?
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
it is working if i rename the htaccess file
and that due to the fact i got a vhost configured in apache (community.ddance.fm)
is a vhost conflicting with the rewrite engine maybe?
PM sent
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.6.0 GOLD Released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!