XAMPP Drupal install on the MAC
Hey There,
I have used XAMPP on windows to build test sites and have been able to setup without a problem. I have recently purchased a Macbook and am trying to setup a testbed on it. I have installed XAMPP without a problem. I have created a database. When I try to bring up the initial install by using http://localhost/drupal I get a
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, you@example.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Any MAC/XAMPP drupalers out there that can tell me what I am doing wrong.
Thanks much for your time
Cliff

Try MAMP, it's designed for
Try MAMP, it's designed for Mac OS X.
MAMP
Thanks! MAMP worked!
OSX has a version of apache
OSX has a version of apache built in - which listens on port 80 by default. When you install something like MAMP it's version of apache will have to listen on a different port - which is normally 8888 (well it is on mine anyway!)
So if you try something like http://localhost:8888/drupal it might work ...
good luck
m
Like books? Check out booktribes the new (Drupal based) community for book lovers
from Computerminds
Thanks
Thank you both. Its working now.