I have a .htaccess file that isn't working. I know it's not working because i wrote random things in it and i am not getting a 500 error. Even when i write proper code it doesn't work. I have verified that is in my root directory and has the proper file name. Here is the directory "tag" from http.conf:
<Directory />
Options FollowSymLinks
AllowOverride All
Order deny,allow
Deny from all
</Directory>
I used <?php phpinfo(); ?> and verified that mod_rewrite is enabled, but still no luck.