
Kenny
User

Oct 10, 2008, 11:16 PM
Post #11 of 17
(56975 views)
Shortcut
|
Aussie Here's my .htaccess code I used on the sample I posted earlier.
# -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 flakeybiscuits.com AuthUserFile /home/flakey/public_html/_vti_pvt/service.pwd AuthGroupFile /home/flakey/public_html/_vti_pvt/service.grp AddHandler application/x-httpd-php htm html AddType application/x-httpd-php htm html I'm not sure where the conflict lies, but it works on my sample page as an html file. I'd like to get this figured out! As a test, I took your source code of that page and made a duplicate on my server (i hope you don't mind, I'll take it down soon). When I view the source code, SEP works like it is supposed to. http://www.flakeybiscuits.com/findmyinncom_test.html This is using the .htaccess code above which is very similar to yours. My guess is that Donna may have it right when she says your host may be disallowing the handlers to be changed. We have our own servers, so I don't have those problems. One of the other things that leads me to believe that your files are not being parsed as PHP is that I can see <?php include_once "/home/fin1057/public_html/spambot-email-protector.php" ?> I should not be able to see that if it were a php file or being parsed as a php file. Check with your host and let us know. Kenny
(This post was edited by sagentic on Oct 10, 2008, 11:18 PM)
|