[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] IMP set-up, .htaccess file --> magic_quotes_gpc ERROR



re .hiddenfiles
Tim Bolt wrote (about a PHP thing...)
>
> PS - With the suggestion to add:
> > AddType application/x-httpd-php .php .php3 .php4 .phtml
> to the srm.conf file.  Understand that, but that only is of issue when
calling up a file with such an extention.  I can not even view the
directory!
>

Hi Tim

You can list files that start with a period by typing
ls -a    (enter)  list all including hidden files that start with a period
ls -l     (enter)  show you a "long list" with other file attributes. That's
an "L"
man ls (enter)  should show you the "manual" for the list command.

Arthur