***Error in htacess throwing 500 internal server error***

Options -MultiViews -IndexesIndexIgnore */*<IfModule mod_php4.c> 

 

Can someone tell me what this line off code is in an htaccess file................

Csampson
Quote · 15 Aug 2011

It passes options to the apache web server. But that is wrong.

There is no space between the Indexes and the IndexIgnore options. But it is not correct anyway for dolphin.

The default few lines are as follows

Options -MultiViews -Indexes

<IfModule mod_php4.c>
    php_flag register_globals Off
</IfModule>
<IfModule mod_php5.c>
    php_flag allow_url_include Off
    php_flag register_globals Off
</IfModule>

<IfModule mod_rewrite.c>
RewriteEngine on


https://www.deanbassett.com
Quote · 15 Aug 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.