My live forum is working fine with vbseo, however, when I try to go to my testing copy of vB, it won't load now and I get redirected to this url:
And I get the following error in my header:
This is my .htaccess at my site root level (not the /forums/ one):Warning: chdir(): No such file or directory (errno 2) in /forums/vbseo.php on line 56
Any help would be appreciated!PHP Code:RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !forums/
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ forums/vbseo.php?vbseourl=$1&vbseorelpath=../&%{QUERY_STRING} [L]
thanks....



LinkBack URL
About LinkBacks





Reply With Quote