Can only access index.php when vbseo activated

lazygizmo

New Member
# -FrontPage-

I Can only access my index.php when vbseo activated. I cant access any forums- i get a "not found on this server" error.

I know I have some .htaccess issues as my original one was accidentally overwritten while I was uploading the vbseo files. Here is my htaccess file..

Thanks in advance for any help on this..

Code:
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName xplodedownload.com
AuthUserFile /home/xplodedo/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/xplodedo/public_html/_vti_pvt/service.grp
 

Grinderhand

New Member
You need to add the .htaccess that was supplied with VBSEO to your current .htaccess file in order for VBSEO to work properly.
 

lazygizmo

New Member
Thanks for your reply - but as i have stated....
"I know I have some .htaccess issues as my original one was accidentally overwritten while I was uploading the vbseo files. "

Here is my current .htaccess file...

Can you see any problems with this ?

Code:
RewriteEngine On

RewriteCond %{HTTP_HOST} .*www.xplodedownload.com
RewriteRule ^/forums/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ /forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

RewriteCond %{HTTP_HOST} .*www.xplodedownload.com
RewriteCond %{REQUEST_URI} !/forums/(admincp/|modcp/|cron)
RewriteRule ^/forums/((archive/)?(.*\.php(/.*)?)?)$ /forums/vbseo.php [L,QSA]

RewriteCond %{HTTP_HOST} .*www.xplodedownload.com
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^/forums/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^/forums/(.+)$ /forums/vbseo.php [L,QSA]
 

lazygizmo

New Member
I have just uninstalled the vbseo completely :( . Maybe someone here is trustworthy enough to help me out on this. I have tried many times to do this and keep getting 404 errors when vbseo is activated. I'm willing to admin someone to help me out here - permanent VIP access and whatever - no sexual favors tho :p . PM me plz. TY
 
Top