Pages

July 2010
M T W T F S S
« May    
 1234
567891011
12131415161718
19202122232425
262728293031  

Build your Own PC – Part 1

Hello All,
I spent few hours today researching for various parts needed to build my own super cool pc. I finally short listed the items I need.
Hardware Required
PC Case -
Hard Drive
Processor
Processor Cooling Fan
Motherboard
Memory Modules
Power Supply
Video Card
I checked newegg.com , and started researching with one item at a time.  Here is the configuration I came up with:
Power [...]

Share and Enjoy:
  • Digg
  • Facebook
  • Mixx
  • Google
  • LinkedIn
  • blogmarks
  • MySpace

modify .htaccess to include php script in html file

To include php script in html file (.htm, .html) , you would need to modify the .htaccess file located in your server.
Here is what you need to append ( the text in BOLD below).
# -FrontPage-
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthUserFile /home6/peopleo3/public_html/_vti_pvt/service.pwd
AuthGroupFile /home6/peopleo3/public_html/_vti_pvt/service.grp
RewriteEngine on
RewriteCond ${LeechProtect:/home6/peopleo3/public_html:%{REMOTE_USER}:%{REMOTE_ADDR}:4} leech
RewriteRule .* /
IndexIgnore .htaccess [...]

Share and Enjoy:
  • Digg
  • Facebook
  • Mixx
  • Google
  • LinkedIn
  • blogmarks
  • MySpace