Archive

Archive for the ‘windows’ Category

windows 98 still alive

July 2nd, 2009

today i was shocked as my daily blog check, i noticed someone or “something” is actually still use windows 98 & IE5 WTF ?! this person “zombie” should be jailed of illegal use of internet or send him back to hell .


traffic_from_win98


i wonder if there any version of firefox for windows 98 he could use?!

Khalil Majdalawi Internet, windows , , ,

Enable Mod rewrite in apache

May 21st, 2009

For Debian use

sudo a2enmod rewrite

For Windows

  1. Find the httpd.conf file (usually you will find it in a folder called conf, config or something along those lines)
  2. Inside the httpd.conf file uncomment the line LoadModule rewrite_module modules/mod_rewrite.so
  3. Also find the line ClearModuleList is uncommented then find and make sure that the line AddModule mod_rewrite.c is not commented out.

restart your apache service and you are cool to go

Khalil Majdalawi Internet, Linux, Web Development, windows