Daily Archives: October 24, 2008

htaccess not working

ShareOn your httpd.conf Set this: AllowOverride All same for the other one and uncomment this line LoadModule rewrite_module modules/mod_rewrite.so <Directory /> Options FollowSymLinks AllowOverride All Order deny,allow Deny from all </Directory> <Directory “C:/htdocs”> AllowOverride All </Directory>

Posted in apache, htaccess | Tagged , , | Leave a comment

INCLUDE NOT WORKING IN PHP5

Share WTF. It almost made me crazy!!!!! I tried installing latest version of php(5), mysql(5), apache(2.2) for the 1st time and it gave me terrible headache  in order for my codes to work. I almost wanted to give up and … Continue reading

Posted in php | Tagged , , | Leave a comment