PDA

View Full Version : /forums folder doesn't redirect to index.php


kobescoresagain
06-14-2006, 04:22 PM
I am not sure at all why it doesn't I checked out the .htaccess and didn't wee anything I thought was wrong. Here is the file contents:

Options +FollowSymLinks
RewriteEngine On
RewriteRule ^$ index.php
RewriteRule (^[-_A-Za-z0-9\ ]*$) userpage.php?do=main&username=$1
RewriteEngine On
RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

Can someone help me out. This is really getting annoying for some of my users.

Ntfu2
06-14-2006, 06:47 PM
Do you have a index.html or another index. type of file inside the forums folder.

If so delete it/rename it

kobescoresagain
06-14-2006, 07:08 PM
No I didn't see another index file in that directory. I do have an index file in the root directory for the regular part of the site.

Ntfu2
06-14-2006, 07:27 PM
Whats the link to your site?

is it happening for just one user, or is it universal (everyones problem)

kobescoresagain
06-14-2006, 09:02 PM
<a href="http://www.sportscardfreaks.com" target="_blank">www.sportscardfreaks.com</a> It happens to everyone.

can anyone help? Even telling me where to look. I think the .htaccess file is correct. Not sure though