|
liitle .htaccess problem
|
| Author |
Message |
zekquel
Junior Member

Posts: 34
Joined: Nov 2007
Reputation: 0
|
liitle .htaccess problem
first of all, i searched the forum. i found something kind-of like it, i read it but found no solution.
i am no expert in apache/fcgi
i only code php.
i have my files with the extension .kvm ( php files ):
my .htaccess file looks like this:
AddType application/x-httpd-php .kvm
DirectoryIndex index.kvm
and it dosen't seem to parse the files.
what do you suggest i should do ?
|
|
| 02-28-2008 07:51 AM |
|
zekquel
Junior Member

Posts: 34
Joined: Nov 2007
Reputation: 0
|
RE: liitle .htaccess problem
joximu Wrote:... have a look in the errer.log of this vhost.
yes, i saw that DirectoryIndex disabled from Options directive.
then i went to /etc/apache2/sites-enabled/ispcp.conf (smth like that) and i searched for the subdomain where i had the problem..
at <directory /blalbalbla/htdocs> was Options -Indexes.... i erased the minus, restarted apache, and now it dosen't work at all.. when i enter that site it appears to send me the index as a download file, with mime-type: application/x-httpd-php
do you have any idea how i could solve this ?
|
|
| 02-28-2008 09:01 PM |
|