Forum Moderators: coopster
Or if your on a share hosting account insert
AddType application/x-httpd-php .html .php .htm
in a .htaccess file which overrides the Apache config.
Create a text file call it .htaccess without the txt extension and upload to your root directory.
That will tell apache to parse all .htm .html .php files
not that easy:
my htacces file is as follows:
===============================
# -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 qb
AuthUserFile /vhmap/a/c/h/achievetopranking.com/htdocs/_vti_pvt/service.pwd
AuthGroupFile /vhmap/a/c/h/achievetopranking.com/htdocs/_vti_pvt/service.grp
=========================
Should I just add 1 line at the end of the file?
Please advice.
Thanks.