By using .htacess you can easily redirect your visitors base on what they have been refered
this is a good practice if forexample you have created an adwords campain, rather than providing the specific url each time in your adwords keyword would be a hard job and time consuming
or if you …
5 February 2011
No comments
Why CGI execution is vulnarable for shared hostings
CGi scripts work directly with Operating system with help of web server, so that they are so much vulnarable for a shared hosting dedicated server that allows execution of cgi scripts with thousents of accounts hosted on it that even one of them …
2 August 2010
No comments
There are Times even after uploading your script or after changing the apache handler to suphp your site would endup with this error
internal server error
when apache handler is on suphp you can not use php_flag on .htaccess instead you should use php.ini
for example if your intention is to turn …
9 July 2010
No comments
Introduction to web server dos attack
When it is talked about DDos it is mainly a dos attack that is attacking the web server and this is categorised to Apache Security.
The first thing you should have i n mind is to update apache to the latest version and have the latest …
25 June 2010
No comments
Cpanel virtualhost Function
Cpanel will always create apache configration and virtual host by its own template and every domian creation or susspenssion or termination or any thing else related to virtualhost configration of apache if being done will resultin cpanel to recreate apache virtualhost configration that will overwrite other custom modified …
25 June 2010
No comments
you may be in some cases that apearing .php at the end of your links is not apealing to you and you want to do some modification of your URL apearience
after that you had your rewrite rules you then need to have all of the old URLs with .php extenssion …
26 May 2010
7 comments
There are lots of times that you may be encountered this error on your websites on the server
“HTTP Error 500 – Internal server error”
Even after transfering your site to a new web hsoting or by changing the handler on suphp on your panel let say cpanel.
As the SUPHP is sensitive …
22 May 2010
2 comments
DOSHashTableSize
specifies the size of hash table
DOSPageCount
sets the limit for the number of requests for the same page (or URI)
DOSSiteCount
sets the limit for the total number of requests for any object by the same client on the same listener
DOSPageInterval
sets the interval for the page count threshold
DOSSiteInterval
sets the interval for …
12 May 2010
4 comments
this tool that is an Apache module to prevent dos attack is a very good tool but I myself couldnt get any much benefit from that
seems it has alitle bug to prevent real dos attacks and as it has not been updated for so long
it can detect but can not …
12 May 2010
No comments
Today i want to show you how you can enable streaming flv encoded videos in jwplayers in your own web site
First i need to tell you that you need root access to the server and it is not just want has to be done just only with your website
so you …
10 May 2010
No comments