What Is .HTACCESS?

November 28, 2006 / General Discussion

.Htaccess is a small text file that controls the configuration aspects of an Apache webserver. Most people are familiar with the .htaccess file in relation to the ability to restrict…

Read More

How To: Give users SFTP access

November 28, 2006 / Web Hosting

How To: Give users SFTP access while not having shell access Well, although most tend to believe you can’t, there is actually away, it’s not officially supported in cPanel yet,…

Read More

Spam Assassin ***SPAM***

November 28, 2006 / General Discussion

Please go to /home/username/.spamassassin#pico /home/wwwmfm/.spamassassin/user_prefs required_hits 1rewrite_subject 1rewrite_header Subject *****SPAM*****

Execute CGI outside CGI-bin

November 28, 2006 / General Discussion

Execute CGI outside CGI-BINjust add following 2 lines in .htaccess files to execute cgi scripts in any folder outside cgi-binAddHandler cgi-script .pl .cgiOptions Includes ExecCGI