Previously on JoeJoomla I wrote a series of articles called 'Web Development On Your Macintosh Computer Using MAMP and Joomla! CMS'. These articles have been very popular and many people continue to send me messages saying that they are the best instructions on how to install Joomla! in a localmachine development environment.
Read more: Joomla 1.5 Website Development On A Macintosh Computer Using MAMP
Recently someone in the JoeJoomla forums who is using MAMP to develop Joomla! websites wanted to know how to rename the 'htaccess.txt' file to '.htaccess' which makes the file invisible on the Mac. The 'Finder' application in Mac Leopard OS will not let you rename the htaccess.txt file with a dot in front of it. If you try you will get a dialog box that comes up and tells you:
Read more: How To Rename The 'htaccess.txt' File To '.htaccess' On A Mac
Have you ever been stumped in a configuration file or some other installation for a web based program when asked for an absolute path? The thing that you are installing will not work because the application insists on you entering the absolute file path yourself which you simply do not happen to know. There's no way around it, you have to get absolute path to the file or folder where items are going to be stored or used by the application. You are thinking to yourself 'why can't the stupid program figure it out on it's own?' That's not going to be helpful though, you just have to know how to find absolute paths.
Building websites using static web pages becomes unwieldy once the content starts to add up. They are also often difficult to update. Finding content on the site is harder since a static site usually doesn't have a search function.