View Full Version : Problem with .htacess file
PennylessZ28
12-22-2005, 10:45 PM
Just wondering if anyone knows this, but when I use
*** REMOVED
and then visit my forums like so: http://www.757forums.com
vbulletin comes up with "This user has not registered and therefore does not have a profile to view."
Unless I type http://www.757forums.com/index.php
anyone know why?
EricaJoy
12-23-2005, 01:09 AM
i'm assuming you got it fixed? i clicked the link you posted and your site came up just fine.
PennylessZ28
12-23-2005, 02:25 AM
I removed it until I find a solution
DavidL
12-23-2005, 02:34 AM
First try to add
RewriteRule ^$ index.php
in there, if that dont work try this
RewriteEngine On
RewriteRule ^$ index.php
RewriteRule (^[-_A-Za-z0-9\ ]*$) member.php?do=main&userid=$1
RewriteRule (^[-_A-Za-z0-9\ ]*$) member.php?do=main&username=$1
tgmorris
12-23-2005, 02:38 AM
What version of Apache are you running? I wanted to do something similar with a redirect that required a '?' to be used. After much digging around I finally discovered that the '?' can't be used with Apache 1.x
PennylessZ28
12-23-2005, 03:12 AM
Apache v1.3.34
that seemed to work
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.