Posted by RayAdams23 on June 8, 2011 at 12:20am
I have installed MAMP and installed Drupal6, but can't get my Clean URL's turned on. I know I need to edit a conf file but don't know which file OR what the change once I do. Anyone have an idea on this one?
Ray

Comments
.htaccess file?
Have you put an .htaccess file in the top level of your site?
Katrina
Site builder, writer, trainer, graphic designer
When I run MAMP
Ray,
When I run MAMP, the mod_rewrite module in Apache is already loaded. (I believe it can be changed in the httpd.conf file in the MAMP/conf/apache/ folder.) To check, you can go to phpinfo from the MAMP start page, scroll to look under the heading "apache2handler," it may show that mod_rewrite is a loaded module (near the end of the list). If the rewrite module is loaded, then maybe it's just a question of turning on Clean URLs in the Drupal admin page: Admin > Site configuration > Clean URLs.