Moderator: severin
mellonade wrote:1. Power MAMP down.
2. Open up your httpd.conf file in Applications/MAMP/conf/apache/. (You'll need TextWrangler or some such program.)
3. Find this section of code (lines 378-381 for me):
<Directory />
Options Indexes FollowSymLinks
AllowOverride All
</Directory>
4. Change "AllowOverride All" to "AllowOverride None".
5. Save your httpd.conf file.
6. Test this by firing up MAMP and opening up your start page (mine is http://localhost:8888/MAMP/?language=English) and voila! You should be all set.
mellonade wrote:I can't believe this myself, but I think I found a solution.
For anyone who can't open the start page but can open sites in the htdocs directory, this is what I did:
1. Power MAMP down.
2. Open up your httpd.conf file in Applications/MAMP/conf/apache/. (You'll need TextWrangler or some such program.)
3. Find this section of code (lines 378-381 for me):
<Directory />
Options Indexes FollowSymLinks
AllowOverride All
</Directory>
4. Change "AllowOverride All" to "AllowOverride None".
5. Save your httpd.conf file.
6. Test this by firing up MAMP and opening up your start page (mine is http://localhost:8888/MAMP/?language=English) and voila! You should be all set.
If this doesn't work for you, I apologize, I really know nothing about apache... I stumbled onto this solution by reviewing my apache error log, then googling the error "Options FollowSymLinks or SymLinksIfOwnerMatch is off" and finding this page: http://www.elharo.com/blog/software-development/web-development/2006/01/02/two-tips-for-fixing-apache-problems/, then somehow figuring out that the httpd.conf file was the same as an htaccess file, and finally winging an adjustment to the section mentioned above. Research mixed with guesswork and a lotta luck.
Hope this helps the rest of you... happy developing
Users browsing this forum: MSN [Bot] and 8 guests