
Donna
Staff
/ Moderator

Nov 21, 2008, 3:16 PM
Post #2 of 4
(9753 views)
Shortcut
|
|
Re: [haaronl] Not working in subfolders with email addresses
[In reply to]
|
Can't Post
|
|
Hi Haaronl, It looks like those files aren't being parsed for PHP. If I view the source, I'm still seeing the PHP code: <?php include_once "/home/httpd/vhosts/osborne-realty.com/httpdocs/spambot-email-protector.php" ?> Those pages must be parsed for php, or Spambot Email Protector can't work. Usually, this means changing the file extension to .php, but since your main file (contact.html) works, I suspect it hasn't been configured to allow PHP to work .htm or .html files in the sub-directory. You can try setting up an .htaccess in your sub-directory (if that's what you did to allow PHP to work in your root directory) ... or, try contacting your host to see if they'll allow your site to parse PHP in any .htm or .html file on your site. :) Donna -- support@interactivetools.com
|