PHP code works but not when the htaccess file is enabled
Posted: Sun Mar 23, 2008 10:53 pm
I was trying to get the Zend framework to work but when I put this in the .htaccess file, it doesn't seem to work for some reason. Can someone please help me correct this?
Code: Select all
RewriteEngine on
RewriteLog "/home/mk37/public_html/zend/zend/rewrite.log"
RewriteRule !\.(js|ico|gif|jpg|png|css|php)$ /index.php
php_value include_path ".;/home/mk37/public_html/zend/zend/library"