I just installed a fresh copy of Drupal 6.19 to get to speed on how to write modules. But for some reason the rewrite module isn't working for Drupal.
What I have checked:
- $
apachectl -M
>> it is installed php_info()
on current server >> says rewrite is installed also- I also double-checked the
.htaccess
file in my Drupal root folder - UPDATE: checked httpd.conf for
AllowOverride All
I'm out options here. Looked everywhere but the Drupal settings aren't letting me to enable the settings and their test is simply visiting a site that should work if the rewrite module was there.
My specs: Mac OS X 10.6 Snow Leopard Using built-in Apache with PHP5
Thanks!