Forum Moderators: phranque

Message Too Old, No Replies

htaccess problem in real subdomain

htaccess in subdomain

         

denix41

11:10 pm on Dec 18, 2008 (gmt 0)

10+ Year Member



hi,
i searched searched but i cant fix my problem.

mod_rewrite is running on my server. but im not server admin. my htaccess working in localhost but dont work in subdomain.

this is my .htaccess

Options +FollowSymLinks
RewriteEngine on
RewriteRule ^edebiyat-(.)-(.*).html$ index.php?p=$1&baslik=$2 [L,NC]

i give 404

jdMorgan

12:35 am on Dec 19, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'd suggest:

RewriteRule ^edebiyat-([^\-]+)-([^.]+)\.html$ index.php?p=$1&baslik=$2 [NC,L]

for efficiency.

It is not clear: Is "localhost" your working server? How do you map subdomains to directories on this server?

Without understanding how your server is set up, all I can suggest is that you look at the RewriteBase directive in mod_rewrite.

Jim

denix41

3:18 am on Dec 19, 2008 (gmt 0)

10+ Year Member



thanks for ur answer but this is not work too.
i want run this .htaccess another server.

this is my php code.

if ( is_numeric($_GET['p']) and $_GET['p'] >= 0 and $_GET['p'] < 10 )
{
$var = $_GET['p'];
}
else
{
$var = "1";
}
switch ($var) {
case 2:
$include_file = "akademik-personel.php";
$cur_akademikpersonel = "class=\"current\"";
$baslik = "- Akademik Personel";
break;
case 3:
$include_file = "ders-icerigi.php";
$cur_dersicerigi = "class=\"current\"";
$baslik = "- Ders İçeriği";
break;
case 4:
$include_file = "yayinlar.php";
$cur_yayinlar = "class=\"current\"";
$baslik = "- Yayınlar";
break;
case 5:
$include_file = "etkinlikler.php";
$cur_etkinlikler = "class=\"current\"";
$baslik = "- Etkinlikler";
break;
case 6:
$include_file = "turk-dili-ve-yazilar.php";
$cur_turkdiliveyazilar = "class=\"current\"";
$baslik = "- Türk Dili ve Yazılar";
break;
case 7:
$include_file = "iletisim.php";
$cur_iletisim = "class=\"current\"";
$baslik = "- İletişim";
break;
case 8:
$include_file = "cv.php";
$cur_akademikpersonel = "class=\"current\"";
$baslik = "- Akademik Personel";
break;
case 9:
$include_file = "kamer-kaya.php";
$cur_kamerkaya = "class=\"current\"";
$baslik = "- Kamer Kaya'nın Anısına";
break;
case 0:
$include_file = "fotograflar.php";
$cur_fotograflar = "class=\"current\"";
$baslik = "- Fotoğraflar";
break;
default:
$include_file = "anasayfa.php";
$cur_anasayfa = "class=\"current\"";
}

denix41

1:57 pm on Dec 21, 2008 (gmt 0)

10+ Year Member



can anyone help? this is really important :(

g1smd

5:48 pm on Dec 21, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Without more information it would be futile to guess.

denix41

8:25 pm on Dec 21, 2008 (gmt 0)

10+ Year Member



<snip>

[edited by: jdMorgan at 8:35 pm (utc) on Dec. 21, 2008]
[edit reason] No URLs, please. See Terms of Service & forum Charter. [/edit]

denix41

12:17 am on Dec 22, 2008 (gmt 0)

10+ Year Member



i cant give link.how can i show my information?

jdMorgan

12:28 am on Dec 22, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You may post the output of your phpinfo script here, after removing any specific domain-related information and e-mail addresses.

Please respond to the two questions I posted previously, as well.

Jim

denix41

10:49 am on Dec 22, 2008 (gmt 0)

10+ Year Member



I didnt created subdomain in my localhost. My localhost is my working server. That is not important.

PHP Version 5.2.6

System FreeBSD #*$! 6.2-RELEASE-p11 FreeBSD 6.2-RELEASE-p11 #0: Wed Feb 13 02:31:35 UTC 2008 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
Build Date Jun 26 2008 21:15:17
Configure Command './configure' '--with-layout=GNU' '--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all' '--enable-libxml' '--with-libxml-dir=/usr/local' '--enable-reflection' '--program-prefix=' '--enable-fastcgi' '--with-apxs2=/usr/local/sbin/apxs' '--with-regex=php' '--with-zend-vm=CALL' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/'
Server API Apache 2.0 Handler
Virtual Directory Support disabled
Configuration File (php.ini) Path /usr/local/etc
Loaded Configuration File /usr/local/etc/php.ini
Scan this dir for additional .ini files /usr/local/etc/php
additional .ini files parsed /usr/local/etc/php/extensions.ini
PHP API 20041225
PHP Extension 20060613
Zend Extension 220060519
Debug Build no
Thread Safety disabled
Zend Memory Manager enabled
IPv6 Support enabled
Registered PHP Streams https, ftps, compress.bzip2, compress.zlib, php, file, data, http, ftp
Registered Stream Socket Transports tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
Registered Stream Filters bzip2.*, zlib.*, convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed

Suhosin logo This server is protected with the Suhosin Patch 0.9.6.2
Copyright (c) 2006 Hardened-PHP Project

Zend logo This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies

PHP Credits
Configuration
PHP Core
DirectiveLocal ValueMaster Value
allow_call_time_pass_referenceOnOn
allow_url_fopenOffOff
allow_url_includeOffOff
always_populate_raw_post_dataOffOff
arg_separator.input&&
arg_separator.output&&
asp_tagsOffOff
auto_append_fileno valueno value
auto_globals_jitOnOn
auto_prepend_fileno valueno value
browscapno valueno value
default_charsetno valueno value
default_mimetypetext/htmltext/html
define_syslog_variablesOffOff
disable_classesno valueno value
disable_functionsno valueno value
display_errorsOffOff
display_startup_errorsOffOff
doc_rootno valueno value
docref_extno valueno value
docref_rootno valueno value
enable_dlOnOn
error_append_stringno valueno value
error_logno valueno value
error_prepend_stringno valueno value
error_reporting61356135
expose_phpOnOn
extension_dir/usr/local/lib/php/20060613/usr/local/lib/php/20060613
file_uploadsOnOn
highlight.bg#FFFFFF#FFFFFF
highlight.comment#FF8000#FF8000
highlight.default#0000BB#0000BB
highlight.html#000000#000000
highlight.keyword#007700#007700
highlight.string#DD0000#DD0000
html_errorsOnOn
ignore_repeated_errorsOffOff
ignore_repeated_sourceOffOff
ignore_user_abortOffOff
implicit_flushOffOff
include_path.:/php/includes:/usr/local/share/pear.:/php/includes:/usr/local/share/pear
log_errorsOffOff
log_errors_max_len10241024
magic_quotes_gpcOnOn
magic_quotes_runtimeOffOff
magic_quotes_sybaseOffOff
mail.force_extra_parametersno valueno value
max_execution_time3030
max_input_nesting_level6464
max_input_time6060
memory_limit16M16M
open_basedir/usr/local/www/data/tdb:/var/tmpno value
output_bufferingno valueno value
output_handlerno valueno value
post_max_size8M8M
precision1212
realpath_cache_size16K16K
realpath_cache_ttl120120
register_argc_argvOnOn
register_globalsOffOff
register_long_arraysOnOn
report_memleaksOnOn
report_zend_debugOnOn
safe_modeOffOff
safe_mode_exec_dirno valueno value
safe_mode_gidOffOff
safe_mode_include_dirno valueno value
sendmail_fromno valueno value
sendmail_path/usr/sbin/sendmail -t -i/usr/sbin/sendmail -t -i
serialize_precision100100
short_open_tagOnOn
SMTPlocalhostlocalhost
smtp_port2525
sql.safe_modeOffOff
suhosin.log.phpscript00
suhosin.log.phpscript.is_safeOffOff
suhosin.log.phpscript.nameno valueno value
suhosin.log.sapino valueno value
suhosin.log.scriptno valueno value
suhosin.log.script.nameno valueno value
suhosin.log.syslogno valueno value
suhosin.log.syslog.facilityno valueno value
suhosin.log.syslog.priorityno valueno value
suhosin.log.use-x-forwarded-forOffOff
track_errorsOffOff
unserialize_callback_funcno valueno value
upload_max_filesize8M8M
upload_tmp_dirno valueno value
user_dirno valueno value
variables_orderEGPCSEGPCS
xmlrpc_error_number00
xmlrpc_errorsOffOff
y2k_complianceOnOn
zend.ze1_compatibility_modeOffOff

apache2handler
Apache Version Apache/2.2.9 (FreeBSD) mod_ssl/2.2.9 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.6 with Suhosin-Patch
Apache API Version 20051115
Server Administrator #*$!@#*$!
Hostname:Port tdb2.#*$!.#*$!x:0
User/Group ftpusers(1013)/1001
Max Requests Per Child: 10000 - Keep Alive: on - Max Per Connection: 100
Timeouts Connection: 300 - Keep-Alive: 5
Virtual Server Yes
Server Root /usr/local
Loaded Modules core prefork http_core mod_so mod_authn_file mod_authn_dbm mod_authn_anon mod_authn_default mod_authn_alias mod_authz_host mod_authz_groupfile mod_authz_user mod_authz_dbm mod_authz_owner mod_authz_default mod_auth_basic mod_auth_digest mod_file_cache mod_cache mod_disk_cache mod_dumpio mod_include mod_filter mod_charset_lite mod_deflate mod_log_config mod_logio mod_env mod_mime_magic mod_cern_meta mod_expires mod_headers mod_usertrack mod_unique_id mod_setenvif mod_version mod_ssl mod_mime mod_dav mod_status mod_autoindex mod_asis mod_info mod_cgi mod_dav_fs mod_vhost_alias mod_negotiation mod_dir mod_imagemap mod_actions mod_speling mod_userdir mod_alias mod_rewrite mod_php5

DirectiveLocal ValueMaster Value
engine11
last_modified00
xbithack00

Apache Environment
VariableValue
UNIQUE_ID SU9u-8CoAVYAAWV2xckAAAAG
HTTP_HOST tdb2.#*$!.#*$!
HTTP_USER_AGENT Mozilla/5.0 (Windows; U; Windows NT 5.1; tr; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5
HTTP_ACCEPT text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
HTTP_ACCEPT_LANGUAGE tr-TR,tr;q=0.8,en-us;q=0.5,en;q=0.3
HTTP_ACCEPT_ENCODING gzip,deflate
HTTP_ACCEPT_CHARSET ISO-8859-9,utf-8;q=0.7,*;q=0.7
HTTP_KEEP_ALIVE 300
HTTP_CONNECTION keep-alive
PATH /sbin:/bin:/usr/sbin:/usr/bin
SERVER_SIGNATURE no value
SERVER_SOFTWARE Apache/2.2.9 (FreeBSD) mod_ssl/2.2.9 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.6 with Suhosin-Patch
SERVER_NAME tdb2.#*$!.#*$!
SERVER_ADDR 192.168.1.86
SERVER_PORT 80
REMOTE_ADDR 85.96.198.8
DOCUMENT_ROOT /usr/local/www/data/tdb
SERVER_ADMIN #*$!@#*$!
SCRIPT_FILENAME /usr/local/www/data/tdb/info.php
REMOTE_PORT 1298
GATEWAY_INTERFACE CGI/1.1
SERVER_PROTOCOL HTTP/1.1
REQUEST_METHOD GET
QUERY_STRING no value
REQUEST_URI /info.php
SCRIPT_NAME /info.php

HTTP Headers Information
HTTP Request Headers
HTTP Request GET /info.php HTTP/1.1
Host tdb2.#*$!.#*$!
User-Agent Mozilla/5.0 (Windows; U; Windows NT 5.1; tr; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5
Accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language tr-TR,tr;q=0.8,en-us;q=0.5,en;q=0.3
Accept-Encoding gzip,deflate
Accept-Charset ISO-8859-9,utf-8;q=0.7,*;q=0.7
Keep-Alive 300
Connection keep-alive
HTTP Response Headers
X-Powered-By PHP/5.2.6
Keep-Alive timeout=5, max=100
Connection Keep-Alive
Transfer-Encoding chunked
Content-Type text/html

bz2
BZip2 Support Enabled
Stream Wrapper support compress.bz2://
Stream Filter support bzip2.decompress, bzip2.compress
BZip2 Version 1.0.3, 15-Feb-2005

ctype
ctype functions enabled

curl
cURL support enabled
cURL Information libcurl/7.18.0 OpenSSL/0.9.7e zlib/1.2.3

date
date/time support enabled
"Olson" Timezone Database Version 2008.2
Timezone Database internal
Default timezone Europe/Helsinki

DirectiveLocal ValueMaster Value
date.default_latitude31.766731.7667
date.default_longitude35.233335.2333
date.sunrise_zenith90.58333390.583333
date.sunset_zenith90.58333390.583333
date.timezoneno valueno value

dom
DOM/XML enabled
DOM/XML API Version 20031129
libxml Version 2.6.32
HTML Support enabled
XPath Support enabled
XPointer Support enabled
Schema Support enabled
RelaxNG Support enabled

filter
Input Validation and Filtering enabled
Revision $Revision: 1.74 $

DirectiveLocal ValueMaster Value
filter.defaultunsafe_rawunsafe_raw
filter.default_flagsno valueno value

ftp
FTP support enabled

gd
GD Support enabled
GD Version bundled (2.0.34 compatible)
FreeType Support enabled
FreeType Linkage with freetype
FreeType Version 2.3.6
T1Lib Support enabled
GIF Read Support enabled
GIF Create Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled
XPM Support enabled
XBM Support enabled

gettext
GetText Support enabled

hash
hash support enabled
Hashing Engines md2 md4 md5 sha1 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru gost adler32 crc32 crc32b haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5

iconv
iconv support enabled
iconv implementation libiconv
iconv library version 1.11

DirectiveLocal ValueMaster Value
iconv.input_encodingISO-8859-1ISO-8859-1
iconv.internal_encodingISO-8859-1ISO-8859-1
iconv.output_encodingISO-8859-1ISO-8859-1

imap
IMAP c-Client Version 2004
SSL Support enabled

json
json support enabled
json version 1.2.1

ldap
LDAP Support enabled
RCS Version $Id: ldap.c,v 1.161.2.3.2.12 2007/12/31 07:20:07 sebastian Exp $
Total Links 0/unlimited
API Version 3001
Vendor Name OpenLDAP
Vendor Version 20411

libxml
libXML support active
libXML Version 2.6.32
libXML streams enabled

mbstring
Multibyte Support enabled
Multibyte string engine libmbfl
Multibyte (japanese) regex support enabled
Multibyte regex (oniguruma) version 4.4.4
Multibyte regex (oniguruma) backtrack check On

mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.

DirectiveLocal ValueMaster Value
mbstring.detect_orderno valueno value
mbstring.encoding_translationOffOff
mbstring.func_overload00
mbstring.http_inputpasspass
mbstring.http_outputpasspass
mbstring.internal_encodingno valueno value
mbstring.languageneutralneutral
mbstring.strict_detectionOffOff
mbstring.substitute_characterno valueno value

mcrypt
mcrypt supportenabled
Version 2.5.8
Api No 20021217
Supported ciphers cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes
Supported modes cbc cfb ctr ecb ncfb nofb ofb stream

DirectiveLocal ValueMaster Value
mcrypt.algorithms_dirno valueno value
mcrypt.modes_dirno valueno value

mysql
MySQL Supportenabled
Active Persistent Links 0
Active Links 0
Client API version 5.0.51a
MYSQL_MODULE_TYPE no value
MYSQL_SOCKET /tmp/mysql.sock
MYSQL_INCLUDE no value
MYSQL_LIBS no value

DirectiveLocal ValueMaster Value
mysql.allow_persistentOnOn
mysql.connect_timeout6060
mysql.default_hostno valueno value
mysql.default_passwordno valueno value
mysql.default_portno valueno value
mysql.default_socketno valueno value
mysql.default_userno valueno value
mysql.max_linksUnlimitedUnlimited
mysql.max_persistentUnlimitedUnlimited
mysql.trace_modeOffOff

mysqli
MysqlI Supportenabled
Client API library version 5.0.51a
Client API header version 5.0.51a
MYSQLI_SOCKET /tmp/mysql.sock

DirectiveLocal ValueMaster Value
mysqli.default_hostno valueno value
mysqli.default_port33063306
mysqli.default_pwno valueno value
mysqli.default_socketno valueno value
mysqli.default_userno valueno value
mysqli.max_linksUnlimitedUnlimited
mysqli.reconnectOffOff

odbc
ODBC Supportenabled
Active Persistent Links 0
Active Links 0
ODBC library no value
ODBC_INCLUDE no value
ODBC_LFLAGS no value
ODBC_LIBS no value

DirectiveLocal ValueMaster Value
odbc.allow_persistentOnOn
odbc.check_persistentOnOn
odbc.default_dbno valueno value
odbc.default_pwno valueno value
odbc.default_userno valueno value
odbc.defaultbinmodereturn as isreturn as is
odbc.defaultlrlreturn up to 4096 bytesreturn up to 4096 bytes
odbc.max_linksUnlimitedUnlimited
odbc.max_persistentUnlimitedUnlimited

openssl
OpenSSL support enabled
OpenSSL Version OpenSSL 0.9.7e-p1 25 Oct 2004

pcre
PCRE (Perl Compatible Regular Expressions) Support enabled
PCRE Library Version 7.6 2008-01-28

DirectiveLocal ValueMaster Value
pcre.backtrack_limit100000100000
pcre.recursion_limit100000100000

pdf
PDF Support enabled
PDFlib GmbH Version 7.0.2
PECL Version 2.1.5
Revision $Revision: 1.7 $

PDO
PDO supportenabled
PDO drivers sqlite

pdo_sqlite
PDO Driver for SQLite 3.xenabled
PECL Module version (bundled) 1.0.1 $Id: pdo_sqlite.c,v 1.10.2.6.2.3 2007/12/31 07:20:10 sebastian Exp $
SQLite Library 3.3.7

Reflection
Reflectionenabled
Version $Id: php_reflection.c,v 1.164.2.33.2.50 2008/03/13 15:56:21 iliaa Exp $

session
Session Support enabled
Registered save handlers files user
Registered serializer handlers php php_binary

DirectiveLocal ValueMaster Value
session.auto_startOffOff
session.bug_compat_42OnOn
session.bug_compat_warnOnOn
session.cache_expire180180
session.cache_limiternocachenocache
session.cookie_domainno valueno value
session.cookie_httponlyOffOff
session.cookie_lifetime00
session.cookie_path//
session.cookie_secureOffOff
session.entropy_fileno valueno value
session.entropy_length00
session.gc_divisor100100
session.gc_maxlifetime14401440
session.gc_probability11
session.hash_bits_per_character44
session.hash_function00
session.namePHPSESSIDPHPSESSID
session.referer_checkno valueno value
session.save_handlerfilesfiles
session.save_pathno valueno value
session.serialize_handlerphpphp
session.use_cookiesOnOn
session.use_only_cookiesOffOff
session.use_trans_sid00

SimpleXML
Simplexml supportenabled
Revision $Revision: 1.151.2.22.2.39 $
Schema support enabled

soap
Soap Client enabled
Soap Server enabled

DirectiveLocal ValueMaster Value
soap.wsdl_cache11
soap.wsdl_cache_dir/tmp/tmp
soap.wsdl_cache_enabled11
soap.wsdl_cache_limit55
soap.wsdl_cache_ttl8640086400

sockets
Sockets Support enabled

SPL
SPL supportenabled
Interfaces Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
Classes AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, DirectoryIterator, DomainException, EmptyIterator, FilterIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RegexIterator, RuntimeException, SimpleXMLIterator, SplFileInfo, SplFileObject, SplObjectStorage, SplTempFileObject, UnderflowException, UnexpectedValueException

SQLite
SQLite supportenabled
PECL Module version 2.0-dev $Id: sqlite.c,v 1.166.2.13.2.10 2007/12/31 07:20:11 sebastian Exp $
SQLite Library 2.8.17
SQLite Encoding iso8859

DirectiveLocal ValueMaster Value
sqlite.assoc_case00

standard
Regex Library Bundled library enabled
Dynamic Library Support enabled
Path to sendmail /usr/sbin/sendmail -t -i

DirectiveLocal ValueMaster Value
assert.active11
assert.bail00
assert.callbackno valueno value
assert.quiet_eval00
assert.warning11
auto_detect_line_endings00
default_socket_timeout6060
safe_mode_allowed_env_varsPHP_PHP_
safe_mode_protected_env_varsLD_LIBRARY_PATHLD_LIBRARY_PATH
url_rewriter.tagsa=href,area=href,frame=src,input=src,form=,fieldset=a=href,area=href,frame=src,input=src,form=,fieldset=
user_agentno valueno value

tokenizer
Tokenizer Support enabled

xml
XML Support active
XML Namespace Support active
libxml2 Version 2.6.32

xmlreader
XMLReader enabled

xmlwriter
XMLWriter enabled

zlib
ZLib Support enabled
Stream Wrapper support compress.zlib://
Stream Filter support zlib.inflate, zlib.deflate
Compiled Version 1.2.3
Linked Version 1.2.3

DirectiveLocal ValueMaster Value
zlib.output_compressionOffOff
zlib.output_compression_level-1-1
zlib.output_handlerno valueno value

Additional Modules
Module Name

Environment
VariableValue
LD_LIBRARY_PATH /usr/local/lib:
HOME /
PATH /sbin:/bin:/usr/sbin:/usr/bin

PHP Variables
VariableValue
_SERVER["UNIQUE_ID"]SU9u-8CoAVYAAWV2xckAAAAG
_SERVER["HTTP_HOST"]tdb2.#*$!.#*$!
_SERVER["HTTP_USER_AGENT"]Mozilla/5.0 (Windows; U; Windows NT 5.1; tr; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5
_SERVER["HTTP_ACCEPT"]text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
_SERVER["HTTP_ACCEPT_LANGUAGE"]tr-TR,tr;q=0.8,en-us;q=0.5,en;q=0.3
_SERVER["HTTP_ACCEPT_ENCODING"]gzip,deflate
_SERVER["HTTP_ACCEPT_CHARSET"]ISO-8859-9,utf-8;q=0.7,*;q=0.7
_SERVER["HTTP_KEEP_ALIVE"]300
_SERVER["HTTP_CONNECTION"]keep-alive
_SERVER["PATH"]/sbin:/bin:/usr/sbin:/usr/bin
_SERVER["SERVER_SIGNATURE"]no value
_SERVER["SERVER_SOFTWARE"]Apache/2.2.9 (FreeBSD) mod_ssl/2.2.9 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.6 with Suhosin-Patch
_SERVER["SERVER_NAME"]tdb2.#*$!.#*$!
_SERVER["SERVER_ADDR"]192.168.1.86
_SERVER["SERVER_PORT"]80
_SERVER["REMOTE_ADDR"]85.96.198.8
_SERVER["DOCUMENT_ROOT"]/usr/local/www/data/tdb
_SERVER["SERVER_ADMIN"]#*$!@#*$!
_SERVER["SCRIPT_FILENAME"]/usr/local/www/data/tdb/info.php
_SERVER["REMOTE_PORT"]1298
_SERVER["GATEWAY_INTERFACE"]CGI/1.1
_SERVER["SERVER_PROTOCOL"]HTTP/1.1
_SERVER["REQUEST_METHOD"]GET
_SERVER["QUERY_STRING"]no value
_SERVER["REQUEST_URI"]/info.php
_SERVER["SCRIPT_NAME"]/info.php
_SERVER["PHP_SELF"]/info.php
_SERVER["REQUEST_TIME"]1229942527
_SERVER["argv"]

Array
(
)

_SERVER["argc"]0
_ENV["LD_LIBRARY_PATH"]/usr/local/lib:
_ENV["HOME"]/
_ENV["PATH"]/sbin:/bin:/usr/sbin:/usr/bin

denix41

5:57 pm on Dec 24, 2008 (gmt 0)

10+ Year Member



i sent!

denix41

11:31 am on Dec 26, 2008 (gmt 0)

10+ Year Member



helpp :( i cant fix