1
gobig
.htaccess
  • 2008/3/19 19:18

  • gobig

  • Just popping in

  • Posts: 18

  • Since: 2007/5/7 1


i need to know if is ok

AddHandler application/x-httpd-php5 .php
AddHandler fcgid
-script .php
FCGIWrapper 
/usr/local/cpanel/cgi-sys/fcgiwrapper .php



<Files 403.shtml>
order allow,deny
allow from all
</Files>

i use XOOPS 2.0 and this cod apear in my .htaccess

some onae atack my website and i don`t konow if is ok the cod.

2
onasre
Re: .htaccess
  • 2008/3/21 4:38

  • onasre

  • Not too shy to talk

  • Posts: 150

  • Since: 2006/8/12


it looks ok for me the first part of the code

AddHandler application/x-httpd-php5 .php
AddHandler fcgid-script .php
FCGIWrapper /usr/local/cpanel/cgi-sys/fcgiwrapper .php

Means any file in that directory with a name ending in ".php" will be run using PHP 5, even if ".php" files in all your other directories are using PHP 4 . and this Normal Code that most provided from your Host to handle php5 Database .

the other part

<Files 403.shtml>
order allow,deny
allow from all
</Files>

this to show the Visitor's the error message when the come to page not found in your site
Whatever Hits You , Never was to Mess you , and Whatever Messed U , Never Was to Hit You.

3
gobig
Re: .htaccess
  • 2008/3/29 13:54

  • gobig

  • Just popping in

  • Posts: 18

  • Since: 2007/5/7 1


# .bash_profile

# Get the aliases and functions
if [ -~/.bashrc ]; then
    
. ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin

export PATH
unset USERNAME


is ok this files? and what is do this?
files name:
.bash_profile

Login

Who's Online

220 user(s) are online (133 user(s) are browsing Support Forums)


Members: 0


Guests: 220


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits