cd /usr/local/src
>> download the GIT
wget http://kernel.org/pub/software/scm/git/git-1.7.6.tar.bz2
>> Next, extract the downloaded file.
tar xvfj git-1.7.6.tar.bz2
cd git-1.7.6
./configure
make
make install
cd /usr/local/src
>> download the GIT
wget http://kernel.org/pub/software/scm/git/git-1.7.6.tar.bz2
>> Next, extract the downloaded file.
tar xvfj git-1.7.6.tar.bz2
cd git-1.7.6
./configure
make
make install
And try to access the link.
Write this code in the .htaccess file to hide php extension , like so:
Options +FollowSymlinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.+)$ /$1.php [L,QSA]
To frame forward "domain1/file1.html" to "domain2/file2.html" put the following information in your file1.html file:
<HTML> <HEAD> <TITLE>domain1</TITLE> </HEAD> <FRAMESET ROWS="*,0"> <FRAME SRC="http://domain2/file2.html" NORESIZE> <NOFRAMES> Your browser does not support frames. </NOFRAMES> </FRAMESET> </HTML> |
DenyUsers root user2 user3
Set is as follows:DenyUsers user2 user3
Save and close the file. Restart the sshd:# /etc/init.d/ssh restart