BSM Posted October 1, 2010 Posted October 1, 2010 When I use that link (http://bsm.heliohost.org/Opdr1.php), Internet Explorer wants to download the file... This instead of seeing the page. This is very strange...??
Ashoat Posted October 1, 2010 Posted October 1, 2010 My guess is that you have a .htaccess file in your public_html (or alternately, your account root).
BSM Posted October 7, 2010 Posted October 7, 2010 My guess is that you have a .htaccess file in your public_html (or alternately, your account root). Yes, this file is in my public_html. What is the problem with this? (Sorry, I'm a noob...) Do you have a solution? This is what is in the file: # -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 bsm.heliohost.org AuthUserFile /home/bsm/public_html/_vti_pvt/service.pwd AuthGroupFile /home/bsm/public_html/_vti_pvt/service.grp AddHandler handler-php php
Byron Posted October 7, 2010 Posted October 7, 2010 Remove this line from your .htaccess file: AddHandler handler-php php You may need to refresh your browser's cache to see your php test page.
BSM Posted October 7, 2010 Posted October 7, 2010 YES!!! Now it works! I'm so happy now. Thank you very, very much! BSM
Recommended Posts