vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Problem with .htacess file (https://vborg.vbsupport.ru/showthread.php?t=103564)

PennylessZ28 12-22-2005 10:45 PM

Problem with .htacess file
 
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


All times are GMT. The time now is 01:40 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01119 seconds
  • Memory Usage 1,714KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete