This line is uncommented in httpd.conf:
Code: Select all
LoadModule rewrite_module modules/mod_rewrite.soCode: Select all
RewriteEngine on
RewriteCond %{REQUEST_URI} !/public.*
RewriteCond %{REQUEST_URI} !/javascript.*
RewriteRule .* index.php
php_flag magic_quotes_gpc off
php_flag register_globals offEDIT: I'm so tired... I'm probably overlooking something really simple. I got like 2 hours of sleep last night and I'm the type of person who needs a lot of sleep. I just made myself a big pot of coffee and I'm on my third cup.
EDIT AGAIN: It doesn't seem like .htaccess files are working at all. Why would .htaccess files not work??