How to install apache, php, mysql with macport in Mac OS X

advertisement

The easiest way to install apache, php and mysql in Mac is thru mac port. You can also install apache, php and mysql by compiling each of the service but it’s too time consuming. If you just wan to install apache, php and mysql for development use, Mac Port install is good enough.

Follow the steps below to install apache, php and mysql in Mac OS X:-
Continue reading How to install apache, php, mysql with macport in Mac OS X »

How to solve “.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable”

advertisement

My error log shows:-

[Sun Jul 13 01:15:32 2008] [crit] [client 218.208.xxx.xxx] (13)Permission denied: /home/mydomain/public_html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable

And the site is showing “403 Forbidden Error”.
At first, I suspect it’s .htaccess problem, but actually it’s caused by Frontpage Extension.

To solve “.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable” follow the steps below:-
Continue reading How to solve “.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable” »

How to show hidden files in Finder – Mac OS X

advertisement

Mac OS X Finder hide hidden files by default. To show hidden files in Finder, you need to use two commands (AppleShowAllFiles and killall).

Just follow the steps below and your finder will show hidden files:-
Continue reading How to show hidden files in Finder – Mac OS X »