Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

pruppert

macrumors 6502
Original poster
Jan 30, 2008
428
81
Hopefully someone can help me out here. I am looking for a way to host a local website from my Mac that is available to other people on the same network (password protected access and encryption would be a bonus). Specifically, I am trying to display files (docx) in mobile safari on my iPad that are hosted on my Mac on the same network.

How would I do this? I currently use SFTP to access these files, but I am specifically looking for a way to navigate a directory and view files from mobile Safari.

Thanks.
 
... I am looking for a way to host a local website from my Mac that is available to other people on the same network...
1) Install MAMP.
2) Read up on which directory to drag and drop your files.

... (password protected access and encryption would be a bonus).
All possible with MAMP ( APACHE specifically, you'll have to do a bit of reading / googling ).

...I am trying to display files (docx) in mobile safari on my iPad that are hosted on my Mac on the same network.
I'd recommend converting them to PDF for ease of viewing through multiple devices.

How would I do this?
You could even get all fancy and add a CMS ( like WordPress ) to make your 'site' more robust.
 
Thank you both for the suggestions. The Python way is definitely simple with minimal setup. I'm looking more into MAMP for some of the additional functionality it affords.
 
1) Install MAMP.
...
I'd recommend converting them to PDF for ease of viewing through multiple devices.

All you need is Apache.

PDFs on an iPad don't work so well, you end up doing a lot of scrolling and zooming. The best format is EPUB.

But if the point is to share a work in progress then the word files are what you need.

To share files in Apache all you need to do is move them into a directory that is accessible to the public. If you have no index.html file in there that Apaches can make one that looks like the directory listing. To control access you just need a ".htaccess" file in the directory.

If you don't understand how to set up Apache your best option is simply to us Drop Box.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.