ciril tomy
New Member
- Messages
- 53
- Reaction score
- 1
- Points
- 0
I am writing this tutorial for anyone who can't open the start page but can open sites in the htdocs directory on MAMP, like me.
1) Stop all running servers.
2) Open up your httpd.conf file in Applications/MAMP/conf/apache/.(Note: I used Coda for editing. if you don't have Coda you can try Jedit which is free)
3) Find this section of code (lines 378 to 381)
4) Change "AllowOverride All" to "AllowOverride None".
5) Save your httpd.conf file.
6) Now open MAMP and go to start page (http://localhost:8888/MAMP/?language=English)
That's it now you an see the start page.
(Note: All those who are using XAMPP on mac canot install Drupal)
1) Stop all running servers.
2) Open up your httpd.conf file in Applications/MAMP/conf/apache/.(Note: I used Coda for editing. if you don't have Coda you can try Jedit which is free)
3) Find this section of code (lines 378 to 381)
Code:
<Directory />
Options Indexes FollowSymLinks
AllowOverride All
</Directory>
5) Save your httpd.conf file.
6) Now open MAMP and go to start page (http://localhost:8888/MAMP/?language=English)
That's it now you an see the start page.
(Note: All those who are using XAMPP on mac canot install Drupal)