vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Forum and Server Management (https://vborg.vbsupport.ru/forumdisplay.php?f=232)
-   -   .htaccess acting crazy (https://vborg.vbsupport.ru/showthread.php?t=186180)

iogames 07-24-2008 12:05 AM

.htaccess acting crazy
 
It's been a year since I've been operating my server and never touched the public_html's .htaccess, suddenly if I don't rename it to something else, would stop me from using vBulletin, or anything...

Didn't change anything that I remember...

SEOvB 07-24-2008 01:40 AM

not unless you have something that relys on settings in .htaccess such as redirects or to over write standard php settings.

iogames 07-24-2008 05:04 AM

1. Rename the .htaccess
2. Server created another empty .htaccess
3. Now the new one block the access again

???

Marco van Herwaarden 07-24-2008 06:09 AM

Hardly enough information to troubleshoot this.

iogames 07-24-2008 02:17 PM

My .htaccess

PHP Code:

# Use PHP5CGI as default
AddHandler fcgid-script .php

# Use PHP5CGI as default
#AddHandler fcgid-script .php
#FCGIWrapper /usr/local/cpanel/cgi-sys/fcgiwrapper .php
#AddHandler php-fastcgi .php
# File modified on Fri Sep 14 18:06:13 2007 by server
# For security reasons, mod_php is not used on this server. Use a php.ini file for php directives
# php_flag register_globals on
RewriteEngine On
RewriteCond 
%{REQUEST_FILENAME} !-f
RewriteCond 
%{REQUEST_FILENAME} !-d
RewriteRule 
^(.*)$ http://www.iogames.com/chat/member.php?username=$1 [R]
<Files 403.shtml>
order allow,deny
allow from all
</Files>

deny from 74.220.195.115
deny from 74.220


and the error:

Quote:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@chat.iogames.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8g DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at chat.iogames.com Port 80


Although I remove the 2 last lines that were denying access from the same server, all the .htaccess on my server got this 2 lines... mmmh

snakes1100 07-24-2008 02:55 PM

You need to check the apache logs and find out if there is anything in the apache error_log or the domains log in the domlogs dir.

Is this actuall on two lines in the file?

RewriteRule ^(.*)$ http://www.iogames.com/chat/member.php?username=$1 [R]
username=$1 [R]

or is that just vb breaking the line in the code window?


All times are GMT. The time now is 02:34 AM.

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.00949 seconds
  • Memory Usage 1,726KB
  • 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)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (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