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

Re: [cobalt-users] .htaccess file Overrides --> Apache Server Errors



> >Note that in both sites we've got the directory listing turned off;
> >that's the Options -Indexes line.
>
> 1) Tried that and the "Options -Indexes" alone causes an Internal
Server Error!

Okay.
Open access.conf:
#pico /etc/httpd/conf/access.conf

Go all the way to the bottom, where it should have a bunch of sites
listed specifically. Like so:
<Directory /home/sites/site16>
AllowOverride All
Options All
</Directory>

Look and see if the site you are trying this in has that entry above.
(With the appropriate site#, of course.)
If not, put it in and let's give it a try.

Since you've got magic_quotes turned on by default *just* for your
phpMyAdmin script, have you tried turning that *off* in php.ini and
seeing if IMP works?
Then once it's off, try dropping an .htaccess file turning it on for
*just* that directory where phpMyAdmin is.

If you have to choose between scripts, IMP is probably more important
to you at this point than phpMyAdmin. There are lots of other programs
out there that do what phpMyAdmin does, and you've always got the
command line.  You don't have that option with IMP.

CarrieB