| Article: |
Apache Web-Serving with Mac OS X: Part 1 | |
| Subject: | Outgrown hard disk space-How to overcome it | |
| Date: | 2005-05-27 01:55:52 | |
| From: | WSG-Photo | |
|
I would be thankful if anyone can advise me how to configure Apache in Mac OS X to overcome the default hard disk limitation.
|
||
Showing messages 1 through 1 of 1.
-
Outgrown hard disk space-How to overcome it
2005-06-22 19:37:44 Jagil [View]



Do this:
Type 'cd ' (notice that space at the end) and then drag and drop you website root folder from the finder into the terminal window then press return.
Type 'ln -s newImageFolder ' then drag and drop where your new image folder is on the other hard drive. Press return.
That should have created a symbol link called 'newImageFolder' and when you open that in the finder, it should go over to the new image folder if itis working correctly.