Page 1 of 1

trouble with htaccess

Posted: Sun Mar 16, 2003 5:35 pm
by monkey
current .htaccess
# -FrontPage-

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName http://www.excludedforsecurity.com
AuthUserFile /home/atlant/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/atlant/public_html/_vti_pvt/service.grp

recommended addition
# $Id: htaccess.dist,v 1.2 2000/11/05 22:41:41 darren Exp $
# Copy this file to .htaccess and edit it to match your installation.
#
<IfModule mod_php3.c>
php3_include_path ".:/home/atlant/public_html/timesheet/include"
</IfModule>
<IfModule mod_php4.c>
php_value include_path ".:/home/atlant/public_html/timesheet/include"
</IfModule>
php3_flag track_vars "On"

Server is running php4 and I cannot access php.ini. When I add the recommended code to htaccess after save the site errors 500 Intern serv Error. any suggestion as to how i should be adding this to the current htaccess file so I do not get error

-M :(